summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: fix zeroing of page during writebackJan Kara2014-06-301-13/+11
* ext4: fix data integrity sync in ordered modeNamjae Jeon2014-06-303-5/+12
* fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski2014-06-164-13/+18
* mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi2014-06-111-1/+1
* sysfs: make sure read buffer is zeroedTejun Heo2014-06-071-1/+2
* metag: Reduce maximum stack size to 256MBJames Hogan2014-06-071-3/+3
* nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields2014-06-071-2/+9
* nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields2014-06-071-0/+4
* NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee2014-06-071-8/+9
* NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust2014-06-071-0/+1
* NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust2014-06-071-12/+12
* fix races between __d_instantiate() and checks of dentry flagsAl Viro2014-06-072-5/+4
* autofs: fix lockref lookupIan Kent2014-06-071-2/+2
* ceph: clear directory's completeness when creating fileYan, Zheng2014-06-073-60/+21
* fs/affs/super.c: bugfix / double freeFabian Frederick2014-06-071-2/+0
* posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig2014-06-071-0/+6
* aio: fix potential leak in aio_run_iocb().Leon Yu2014-06-071-4/+2
* coredump: fix va_list corruptionEric Dumazet2014-06-071-1/+6
* kernfs: add back missing error check in kernfs_fop_mmap()Tejun Heo2014-06-071-0/+2
* fs: Don't return 0 from get_anon_bdevThomas Bächler2014-05-311-1/+4
* cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu2014-05-318-9/+164
* don't bother with {get,put}_write_access() on non-regular filesAl Viro2014-05-312-21/+9
* lockd: ensure we tear down any live sockets when socket creation fails during...Jeff Layton2014-05-131-0/+1
* aio: v4 ensure access to ctx->ring_pages is correctly serialised for migrationBenjamin LaHaise2014-05-131-53/+67
* locks: allow __break_lease to sleep even when break_time is 0Jeff Layton2014-05-131-4/+3
* ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o2014-05-061-1/+1
* ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o2014-05-062-20/+13
* ext4: fix jbd2 warning under heavy xattr loadJan Kara2014-05-061-4/+19
* ext4: note the error in ext4_end_bio()Matthew Wilcox2014-05-061-2/+3
* ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio2014-05-061-0/+4
* smarter propagate_mnt()Al Viro2014-05-063-82/+130
* ocfs2: fix panic on kfree(xattr->name)Tetsuo Handa2014-05-061-2/+0
* ocfs2: do not put bh when buffer_uptodate failedalex chen2014-05-061-2/+0
* ocfs2: dlm: fix recovery hungJunxiao Bi2014-05-061-2/+13
* ocfs2: dlm: fix lock migration crashJunxiao Bi2014-05-061-6/+8
* reiserfs: fix race in readdirJeff Mahoney2014-05-061-2/+4
* nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton2014-05-061-1/+3
* NFSD: Traverse unconfirmed client through hash-tableKinglong Mee2014-05-061-8/+5
* nfsd4: fix setclientid encode sizeJ. Bruce Fields2014-05-061-1/+2
* nfsd4: fix memory leak in nfsd4_encode_fattr()Yan, Zheng2014-05-061-1/+3
* nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-05-061-0/+5
* nfsd: notify_change needs elevated write countJ. Bruce Fields2014-05-061-0/+9
* nfsd4: leave reply buffer space for failed setattrJ. Bruce Fields2014-05-061-1/+1
* nfsd4: fix test_stateid error reply encodingJ. Bruce Fields2014-05-061-0/+3
* nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields2014-05-061-0/+2
* nfsd4: session needs room for following op to error outJ. Bruce Fields2014-05-061-0/+6
* nfsd: revert v2 half of "nfsd: don't return high mode bits"J. Bruce Fields2014-05-061-1/+1
* NFSv4: Fix a use-after-free problem in open()Trond Myklebust2014-05-061-9/+10
* jffs2: remove from wait queue after schedule()Li Zefan2014-04-261-0/+1
* jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan2014-04-261-4/+9