summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-06-20fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski4-13/+18
2014-06-20btrfs: fix defrag 32-bit integer overflowJustin Maggard1-3/+3
2014-06-09metag: Reduce maximum stack size to 256MBJames Hogan1-3/+3
2014-06-09nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields1-2/+9
2014-06-09nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields1-0/+4
2014-06-09NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee1-8/+9
2014-06-09NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust1-0/+1
2014-06-09NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust1-12/+12
2014-06-09autofs: fix lockref lookupIan Kent1-2/+2
2014-06-09posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig1-0/+6
2014-06-06aio: fix potential leak in aio_run_iocb().Leon Yu1-4/+2
2014-06-06coredump: fix va_list corruptionEric Dumazet1-1/+6
2014-05-29fs: Don't return 0 from get_anon_bdevThomas Bächler1-1/+4
2014-05-29cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu8-9/+164
2014-05-29don't bother with {get,put}_write_access() on non-regular filesAl Viro2-21/+9
2014-05-15lockd: ensure we tear down any live sockets when socket creation fails during...Jeff Layton1-0/+1
2014-05-15aio: v4 ensure access to ctx->ring_pages is correctly serialised for migrationBenjamin LaHaise1-53/+67
2014-05-15locks: allow __break_lease to sleep even when break_time is 0Jeff Layton1-4/+3
2014-05-15ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o1-1/+1
2014-05-15ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o2-20/+13
2014-05-15ext4: fix jbd2 warning under heavy xattr loadJan Kara1-4/+19
2014-05-15ext4: note the error in ext4_end_bio()Matthew Wilcox1-2/+3
2014-05-15ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio1-0/+4
2014-05-15ocfs2: fix panic on kfree(xattr->name)Tetsuo Handa1-2/+0
2014-05-15ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2014-05-15ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-05-15ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-05-15reiserfs: fix race in readdirJeff Mahoney1-2/+4
2014-05-15nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton1-1/+3
2014-05-15NFSD: Traverse unconfirmed client through hash-tableKinglong Mee1-8/+5
2014-05-15nfsd4: fix setclientid encode sizeJ. Bruce Fields1-1/+2
2014-05-15nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+5
2014-05-15nfsd: notify_change needs elevated write countJ. Bruce Fields1-0/+9
2014-05-15nfsd4: leave reply buffer space for failed setattrJ. Bruce Fields1-1/+1
2014-05-15nfsd4: fix test_stateid error reply encodingJ. Bruce Fields1-0/+3
2014-05-15nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields1-0/+2
2014-05-15nfsd4: session needs room for following op to error outJ. Bruce Fields1-0/+6
2014-05-15NFSv4: Fix a use-after-free problem in open()Trond Myklebust1-9/+10
2014-05-05dlm: Avoid that dlm_release_lockspace() incorrectly returns -EBUSYBart Van Assche1-3/+1
2014-05-05jffs2: remove from wait queue after schedule()Li Zefan1-0/+1
2014-05-05jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan1-4/+9
2014-05-05jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan1-1/+1
2014-05-05jffs2: Fix segmentation fault found in stress testKamlakant Patel1-2/+2
2014-05-05ext4: fix premature freeing of partial clusters split across leaf blocksEric Whitney1-3/+8
2014-05-05ext4: fix partial cluster handling for bigalloc file systemsEric Whitney1-0/+21
2014-05-05ext4: fix error return from ext4_ext_handle_uninitialized_extents()Eric Whitney1-2/+6
2014-05-05Btrfs: fix deadlock with nested trans handlesJosef Bacik1-10/+4
2014-05-05Btrfs: skip submitting barrier for missing deviceHidetoshi Seto1-0/+4
2014-05-05xfs: fix directory hash ordering bugMark Tinguely1-1/+1
2014-05-05bdi: avoid oops on device removalJan Kara1-5/+18