summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-04-14Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-14Merge tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2015-04-14Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-14Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-04-13Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-11switch {compat_,}do_readv_writev() to {compat_,}import_iovec()Al Viro
2015-04-11aio_setup_vectored_rw(): switch to {compat_,}import_iovec()Al Viro
2015-04-11vmsplice_to_user(): switch to import_iovec()Al Viro
2015-04-11kill aio_setup_single_vector()Al Viro
2015-04-11aio: simplify arguments of aio_setup_..._rw()Al Viro
2015-04-11aio: lift iov_iter_init() into aio_setup_..._rw()Al Viro
2015-04-11lift iov_iter into {compat_,}do_readv_writev()Al Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-04-11NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble
2015-04-11dcache: return -ESTALE not -EBUSY on distributed fs raceJ. Bruce Fields
2015-04-11NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov
2015-04-11drop bogus check in file_open_root()Al Viro
2015-04-11switch security_inode_getattr() to struct path *Al Viro
2015-04-11remove incorrect comment in lookup_one_len()Al Viro
2015-04-11namei.c: fold do_path_lookup() into both callersAl Viro
2015-04-11kill struct filename.separateAl Viro
2015-04-09ocfs2: _really_ sync the right rangeAl Viro
2015-04-08ocfs2_file_write_iter: keep return value and current position update in syncAl Viro
2015-04-08[regression] ocfs2: do *not* increment ->ki_pos twiceAl Viro
2015-04-08gfs2: fix quota refresh race in do_glock()Abhi Das
2015-04-06ioctx_alloc(): fix vma (and file) leak on failureAl Viro
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro
2015-04-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2015-04-03debugfs: allow bad parent pointers to be passed inGreg KH
2015-04-01Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2015-04-01Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-04-01Fix warningSteve French
2015-04-01Fix another dereference before null check warningSteve French
2015-04-01CIFS: session servername can't be nullSteve French
2015-04-01Fix warning on impossible comparisonSteve French
2015-04-01Fix coverity warningSteve French
2015-04-01Fix dereference before null check warningSteve French
2015-04-01Don't ignore errors on encrypting password in SMBTconSteve French
2015-04-01Fix warning on uninitialized buftypeSteve French
2015-03-30nfsd: require an explicit option to enable pNFSChristoph Hellwig
2015-03-30gfs2: incorrect check for debugfs returnsChengyu Song
2015-03-27locks: fix file_lock deletion inside loopYan, Zheng
2015-03-25NFSD: Fix bad update of layout in nfsd4_return_file_layoutKinglong Mee
2015-03-25NFSD: Take care the return value from nfsd4_encode_stateidKinglong Mee
2015-03-25NFSD: Printk blocklayout length and offset as format 0x%llxKinglong Mee
2015-03-25nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields
2015-03-25nfsd: return correct openowner when there is a race to put one in the hashJeff Layton