summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-09-17CAPABILITIES: remove undefined caps from all processesEric Paris1-10/+1
2014-09-17NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-09-17svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever1-1/+2
2014-09-17NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee1-1/+4
2014-09-17jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong5-44/+70
2014-09-17jbd2: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong1-2/+5
2014-09-17ext4: update i_disksize coherently with block allocation on error pathDmitry Monakhov1-2/+8
2014-09-17Btrfs: fix crash on endio of reading corrupted blockLiu Bo1-0/+1
2014-09-17Btrfs: fix compressed write corruption on enospcLiu Bo1-0/+12
2014-09-17Btrfs: read lock extent buffer while walking backrefsFilipe Manana1-0/+3
2014-09-17Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-09-17Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai2-6/+20
2014-09-15vfs: fix bad hashing of dentriesLinus Torvalds2-4/+3
2014-09-15dcache.c: get rid of pointless macrosAl Viro1-4/+2
2014-09-15ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o1-0/+5
2014-09-03debugfs: Fix corrupted loop in debugfs_remove_recursiveSteven Rostedt1-8/+26
2014-09-03ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o1-1/+20
2014-09-03isofs: Fix unbounded recursion when processing relocated directoriesJan Kara3-22/+55
2014-09-02bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payloadGu Zheng1-9/+3
2014-08-26ext4: Fix block zeroing when punching holes in indirect block filesJan Kara1-2/+2
2014-08-26mnt: Correct permission checks in do_remountEric W. Biederman1-3/+33
2014-08-26mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman1-3/+10
2014-08-26mnt: Only change user settable mount flags in remountEric W. Biederman1-1/+1
2014-07-30fs: umount on symlink leaks mnt countVasily Averin1-1/+2
2014-07-30coredump: fix the setting of PF_DUMPCORESilesh C V1-1/+1
2014-07-29aio: protect reqs_available updates from changes in interrupt handlersBenjamin LaHaise1-0/+7
2014-07-29quota: missing lock in dqcache_shrink_scan()Niu Yawei1-0/+2
2014-07-29fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati1-1/+2
2014-07-29fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-29fuse: timeout comparison fixMiklos Szeredi1-3/+3
2014-07-18ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o1-2/+2
2014-07-18ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2-3/+4
2014-07-18ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()Theodore Ts'o1-2/+2
2014-07-18ext4: clarify error count warning messagesTheodore Ts'o1-3/+4
2014-07-18ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o1-7/+7
2014-07-18nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
2014-07-18ext4: Fix hole punching for files with indirect blocksJan Kara1-2/+10
2014-07-18ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara1-1/+7
2014-07-18CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars o...Steve French1-3/+4
2014-07-17reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney1-1/+7
2014-07-17nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew1-1/+3
2014-07-17NFS: populate ->net in mount data when remountingMateusz Guzik1-0/+1
2014-07-17NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust1-9/+17
2014-07-17nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig1-2/+2
2014-07-17pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust1-1/+1
2014-07-17UBIFS: Remove incorrect assertion in shrink_tnc()hujianyang1-1/+0
2014-07-17UBIFS: fix an mmap and fsync race conditionhujianyang1-2/+1
2014-07-14Revert "aio: fix kernel memory disclosure in io_getevents() introduced in v3.10"Jiri Slaby1-3/+0
2014-07-04xfs: don't perform discard if the given range length is less than block sizeJie Liu1-2/+3
2014-07-04xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock orderingDave Chinner1-28/+44