aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed2017-07-041-1/+8
* ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren2017-07-043-0/+19
* cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-07-041-0/+10
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2017-07-045-5/+104
* CIFS: remove bad_network_name flagGermano Percossi2017-07-042-6/+0
* CIFS: Fix a possible memory corruption in push locksPavel Shilovsky2017-07-041-1/+1
* CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2017-07-041-1/+1
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2017-07-045-31/+85
* ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong2017-07-041-3/+2
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-07-041-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-07-041-2/+4
* ext4: trim allocation requests to group sizeJan Kara2017-07-041-0/+7
* jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-07-041-1/+3
* ext4: fix in-superblock mount options processingTheodore Ts'o2017-07-041-15/+23
* Btrfs: fix memory leak in reading btree blocksLiu Bo2017-07-041-0/+9
* ANDROID: squashfs: Fix endianness issueDaniel Rosenberg2017-06-281-5/+6
* ANDROID: squashfs: Fix signed division issueDaniel Rosenberg2017-06-281-2/+2
* ANDROID: sdcardfs: remove dead function open_flags_to_access_mode()Greg Hackmann2017-06-222-14/+0
* fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2017-06-171-1/+7
* ext4: mark inode dirty after converting inline directoryEric Biggers2017-06-171-3/+2
* NFSv4: fix getacl head length estimationJ. Bruce Fields2017-06-171-1/+1
* fuse: add missing FR_FORCEMiklos Szeredi2017-06-171-0/+1
* ocfs2: do not write error flag to user structure we cannot copy from/toBen Hutchings2017-06-171-86/+43
* fuse: do not use iocb after it may have been freedRobert Doebbelin2017-06-171-2/+3
* ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger2017-06-171-2/+23
* NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown2017-06-171-1/+2
* block: protect iterate_bdevs() against concurrent closeRabin Vincent2017-06-171-1/+6
* ext4: reject inodes with negative sizeDarrick J. Wong2017-06-171-0/+6
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-06-171-2/+1
* tmpfs: : fix a potential acl leakGu Zheng2017-06-171-0/+5
* ANDROID: sdcardfs: d_splice_alias can return error valuesDaniel Rosenberg2017-06-081-1/+2
* ext4: fix deadlock during page writebackJan Kara2017-06-011-3/+26
* ext4: fix data exposure after a crashJan Kara2017-06-011-9/+14
* ANDROID: mnt: Fix next_descendentDaniel Rosenberg2017-05-311-3/+8
* f2fs: add lazytime mount optionJaegeuk Kim2017-05-291-0/+14
* vfs: add find_inode_nowait() functionTheodore Ts'o2017-05-291-0/+50
* fscrypt: remove duplicate d_inode definition in ext4 & f2fs In file included ...Mister Oyster2017-05-292-15/+0
* fs: add dirtytime_expire_seconds sysctlTheodore Ts'o2017-05-291-0/+11
* fs: make sure the timestamps for lazytime inodes eventually get writtenTheodore Ts'o2017-05-291-10/+72
* ext4: prevent bugon on race between write/fcntlDmitry Monakhov2017-05-291-4/+4
* ext4: allow DAX writeback for hole punchRoss Zwisler2017-05-291-2/+2
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2017-05-291-4/+4
* ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2017-05-291-19/+28
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-05-294-36/+42
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2017-05-291-1/+17
* ext4: fix BACKPORT: posix_acl: Clear SGID bit when setting file permissionsMister Oyster2017-05-291-8/+4
* ext4: return -ENOMEM instead of successDan Carpenter2017-05-291-1/+3
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2017-05-291-1/+1
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2017-05-291-1/+1
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-05-292-1/+17