summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: umount on symlink leaks mnt countVasily Averin2014-07-311-1/+2
* coredump: fix the setting of PF_DUMPCORESilesh C V2014-07-311-1/+1
* nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig2014-07-312-2/+45
* aio: protect reqs_available updates from changes in interrupt handlersBenjamin LaHaise2014-07-281-0/+7
* quota: missing lock in dqcache_shrink_scan()Niu Yawei2014-07-281-0/+2
* fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati2014-07-281-1/+2
* fuse: handle large user and group IDMiklos Szeredi2014-07-281-4/+16
* fuse: timeout comparison fixMiklos Szeredi2014-07-281-3/+3
* ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o2014-07-171-2/+2
* ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2014-07-172-3/+4
* ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()Theodore Ts'o2014-07-171-2/+2
* ext4: clarify error count warning messagesTheodore Ts'o2014-07-171-3/+4
* ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o2014-07-171-7/+7
* aio: block io_destroy() until all context requests are completedAnatol Pomozov2014-07-091-4/+32
* nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-07-092-10/+12
* ext4: Fix hole punching for files with indirect blocksJan Kara2014-07-091-2/+10
* ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara2014-07-091-1/+7
* CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars o...Steve French2014-07-091-3/+4
* fs/cifs: fix regression in cifs_create_mf_symlink()Björn Baumbach2014-07-091-1/+1
* reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney2014-07-061-1/+7
* xfs: xfs_readsb needs to check for magic numbersDave Chinner2014-07-061-6/+17
* nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew2014-07-061-1/+3
* NFS: populate ->net in mount data when remountingMateusz Guzik2014-07-061-0/+1
* NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_stateTrond Myklebust2014-07-061-3/+3
* NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust2014-07-061-9/+17
* nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig2014-07-061-2/+2
* nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields2014-07-061-1/+1
* pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust2014-07-061-1/+1
* UBIFS: Remove incorrect assertion in shrink_tnc()hujianyang2014-07-061-1/+0
* UBIFS: fix an mmap and fsync race conditionhujianyang2014-07-061-2/+1
* epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov2014-06-301-2/+2
* btrfs: allocate raid type kobjects dynamicallyJeff Mahoney2014-06-303-16/+36
* btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney2014-06-301-3/+7
* btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen2014-06-301-1/+1
* Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo2014-06-303-15/+24
* Btrfs: use right type to get real comparisonLiu Bo2014-06-301-1/+1
* Btrfs: don't check nodes for extent itemsJosef Bacik2014-06-301-2/+3
* fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist2014-06-301-2/+3
* Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana2014-06-301-0/+4
* Btrfs: set right total device count for seeding supportWang Shilong2014-06-301-1/+0
* Btrfs: mark mapping with error flag to report errors to userspaceLiu Bo2014-06-301-0/+2
* Btrfs: fix NULL pointer crash of deleting a seed deviceLiu Bo2014-06-301-4/+8
* Btrfs: make sure there are not any read requests before stopping workersWang Shilong2014-06-301-0/+5
* Btrfs: output warning instead of error when loading free space cache failedMiao Xie2014-06-301-2/+2
* btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo2014-06-301-2/+24
* Btrfs: fix double free in find_lock_delalloc_rangeChris Mason2014-06-301-0/+1
* CIFS: Fix memory leaks in SMB2_openPavel Shilovsky2014-06-301-1/+6
* aio: fix kernel memory disclosure in io_getevents() introduced in v3.10Benjamin LaHaise2014-06-301-0/+3
* aio: fix aio request leak when events are reaped by userspaceBenjamin LaHaise2014-06-301-2/+1
* ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi2014-06-301-1/+1