summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-06-30epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov1-2/+2
2014-06-30btrfs: allocate raid type kobjects dynamicallyJeff Mahoney3-16/+36
2014-06-30btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney1-3/+7
2014-06-30btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-06-30Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo3-15/+24
2014-06-30Btrfs: use right type to get real comparisonLiu Bo1-1/+1
2014-06-30Btrfs: don't check nodes for extent itemsJosef Bacik1-2/+3
2014-06-30fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+3
2014-06-30Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana1-0/+4
2014-06-30Btrfs: set right total device count for seeding supportWang Shilong1-1/+0
2014-06-30Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo1-0/+2
2014-06-30Btrfs: fix NULL pointer crash of deleting a seed deviceLiu Bo1-4/+8
2014-06-30Btrfs: make sure there are not any read requests before stopping workersWang Shilong1-0/+5
2014-06-30Btrfs: output warning instead of error when loading free space cache failedMiao Xie1-2/+2
2014-06-30btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo1-2/+24
2014-06-30Btrfs: fix double free in find_lock_delalloc_rangeChris Mason1-0/+1
2014-06-30CIFS: Fix memory leaks in SMB2_openPavel Shilovsky1-1/+6
2014-06-30aio: fix kernel memory disclosure in io_getevents() introduced in v3.10Benjamin LaHaise1-0/+3
2014-06-30aio: fix aio request leak when events are reaped by userspaceBenjamin LaHaise1-2/+1
2014-06-30ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi1-1/+1
2014-06-30ext4: fix zeroing of page during writebackJan Kara1-13/+11
2014-06-30ext4: fix data integrity sync in ordered modeNamjae Jeon3-5/+12
2014-06-16fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski4-13/+18
2014-06-11mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi1-1/+1
2014-06-07sysfs: make sure read buffer is zeroedTejun Heo1-1/+2
2014-06-07metag: Reduce maximum stack size to 256MBJames Hogan1-3/+3
2014-06-07nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields1-2/+9
2014-06-07nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields1-0/+4
2014-06-07NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee1-8/+9
2014-06-07NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust1-0/+1
2014-06-07NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust1-12/+12
2014-06-07fix races between __d_instantiate() and checks of dentry flagsAl Viro2-5/+4
2014-06-07autofs: fix lockref lookupIan Kent1-2/+2
2014-06-07ceph: clear directory's completeness when creating fileYan, Zheng3-60/+21
2014-06-07fs/affs/super.c: bugfix / double freeFabian Frederick1-2/+0
2014-06-07posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig1-0/+6
2014-06-07aio: fix potential leak in aio_run_iocb().Leon Yu1-4/+2
2014-06-07coredump: fix va_list corruptionEric Dumazet1-1/+6
2014-06-07kernfs: add back missing error check in kernfs_fop_mmap()Tejun Heo1-0/+2
2014-05-31fs: Don't return 0 from get_anon_bdevThomas Bächler1-1/+4
2014-05-31cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu8-9/+164
2014-05-31don't bother with {get,put}_write_access() on non-regular filesAl Viro2-21/+9
2014-05-13lockd: ensure we tear down any live sockets when socket creation fails during...Jeff Layton1-0/+1
2014-05-13aio: v4 ensure access to ctx->ring_pages is correctly serialised for migrationBenjamin LaHaise1-53/+67
2014-05-13locks: allow __break_lease to sleep even when break_time is 0Jeff Layton1-4/+3
2014-05-06ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o1-1/+1
2014-05-06ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o2-20/+13
2014-05-06ext4: fix jbd2 warning under heavy xattr loadJan Kara1-4/+19
2014-05-06ext4: note the error in ext4_end_bio()Matthew Wilcox1-2/+3
2014-05-06ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio1-0/+4