aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-11dcache: return -ESTALE not -EBUSY on distributed fs raceJ. Bruce Fields1-1/+1
2015-04-11NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.Anton Altaparmakov2-477/+308
2015-04-11drop bogus check in file_open_root()Al Viro1-3/+0
2015-04-11switch security_inode_getattr() to struct path *Al Viro1-1/+1
2015-04-11remove incorrect comment in lookup_one_len()Al Viro1-3/+1
2015-04-11namei.c: fold do_path_lookup() into both callersAl Viro1-24/+24
2015-04-11kill struct filename.separateAl Viro1-13/+16
2015-04-09ocfs2: _really_ sync the right rangeAl Viro1-4/+10
2015-04-08ocfs2_file_write_iter: keep return value and current position update in syncAl Viro1-1/+1
2015-04-08[regression] ocfs2: do *not* increment ->ki_pos twiceAl Viro1-1/+0
2015-04-08gfs2: fix quota refresh race in do_glock()Abhi Das1-4/+4
2015-04-06ioctx_alloc(): fix vma (and file) leak on failureAl Viro1-0/+3
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro1-6/+11
2015-04-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-12/+32
2015-04-03debugfs: allow bad parent pointers to be passed inGreg KH1-0/+3
2015-04-01Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-10/+83
2015-04-01Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-16/+36
2015-04-01Fix warningSteve French1-0/+2
2015-04-01Fix another dereference before null check warningSteve French1-1/+1
2015-04-01CIFS: session servername can't be nullSteve French1-1/+5
2015-04-01Fix warning on impossible comparisonSteve French1-2/+1
2015-04-01Fix coverity warningSteve French1-1/+1
2015-04-01Fix dereference before null check warningSteve French1-5/+8
2015-04-01Don't ignore errors on encrypting password in SMBTconSteve French1-0/+6
2015-04-01Fix warning on uninitialized buftypeSteve French1-1/+1
2015-03-30nfsd: require an explicit option to enable pNFSChristoph Hellwig1-1/+1
2015-03-30gfs2: incorrect check for debugfs returnsChengyu Song1-19/+28
2015-03-27locks: fix file_lock deletion inside loopYan, Zheng1-3/+2
2015-03-25NFSD: Fix bad update of layout in nfsd4_return_file_layoutKinglong Mee1-3/+2
2015-03-25NFSD: Take care the return value from nfsd4_encode_stateidKinglong Mee1-1/+1
2015-03-25NFSD: Printk blocklayout length and offset as format 0x%llxKinglong Mee2-4/+4
2015-03-25nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields1-1/+1
2015-03-25nfsd: return correct openowner when there is a race to put one in the hashJeff Layton1-1/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig41-39/+22
2015-03-25hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov1-9/+11
2015-03-25fs/affs/file.c: unlock/release page on errorTaesoo Kim1-7/+12
2015-03-25sysfs: Only accept read/write permissions for file attributesVivien Didelot1-0/+6
2015-03-25sysfs: Use only return value from is_visible for the file modeGuenter Roeck1-3/+2
2015-03-24switch path_init() to struct filenameAl Viro1-8/+8
2015-03-24switch path_mountpoint() to struct filenameAl Viro1-10/+11
2015-03-24switch path_lookupat() to struct filenameAl Viro1-7/+6
2015-03-24getname_flags(): clean up a bitAl Viro1-28/+25
2015-03-22Merge tag 'driver-core-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2015-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds8-46/+352
2015-03-21Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2015-03-21cifs: potential memory leaks when parsing mnt optsTaesoo Kim1-0/+4
2015-03-21cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp1-0/+1
2015-03-21cifs: smb2_clone_range() - exit on unhandled errorSachin Prabhu1-1/+2
2015-03-20NFSD: Put exports after nfsd4_layout_verify failKinglong Mee1-1/+1
2015-03-20NFSD: Error out when register_shrinker() failKinglong Mee1-1/+5