aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/nfs: Fix nfs_parse_devname to not modify it's argumentHEADng-7.1.2Eric W. Biederman2019-09-131-1/+1
* udf: fix mismergeMoyster2019-09-131-1/+0
* ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-09-111-1/+1
* NFS: fix mount/umount race in nlmclnt.NeilBrown2019-09-111-2/+1
* udf: Fix crash on IO error during truncateJan Kara2019-09-111-0/+3
* fs: sdfat: remove unused counter when delayed metadata dirty is disabledNanda Okitavera2019-08-011-0/+4
* fs: sdfat: Disable by defaultLuca Stefani2019-08-011-1/+0
* ANDROID: sdcardfs: Protect set_topDaniel Rosenberg2019-07-204-28/+36
* Revert "ANDROID: sdcardfs: notify lower file of opens"Daniel Rosenberg2019-07-201-2/+0
* ANDROID: sdcardfs: Use lower getattr times/sizeDaniel Rosenberg2019-07-201-10/+9
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-07-181-2/+15
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-07-181-5/+12
* ANDROID: sdcardfs: Wait for file flush to completesyphyr2019-07-181-1/+3
* ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-07-081-1/+1
* fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-07-081-1/+2
* xattr: Constify ->name member of "struct xattr".Tetsuo Handa2019-07-061-1/+1
* convert codaAl Viro2019-05-021-58/+19
* clean up process flagsCorinna Vinschen2019-05-021-1/+1
* path_openat(): fix double fput()Al Viro2019-05-021-1/+2
* Make file credentials available to the seqfile interfacesLinus Torvalds2019-05-021-3/+4
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2019-05-021-1/+7
* Fix up non-directory creation in SGID directoriesLinus Torvalds2019-05-021-0/+6
* f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu2019-05-021-0/+10
* allow build_open_flags() to return an errorAl Viro2019-05-024-31/+41
* do_last(): fix missing checks for LAST_BIND caseAl Viro2019-05-021-21/+3
* fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud2019-05-021-1/+2
* ext[34]: fix double put in tmpfileMiklos Szeredi2019-05-022-6/+4
* vfs: add missing check for __O_TMPFILE in fcntl_init()Zheng Liu2019-05-021-2/+2
* fs: Fix file mode for O_TMPFILEAndy Lutomirski2019-05-021-1/+1
* ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2019-05-021-1/+1
* ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2019-05-021-1/+1
* allow O_TMPFILE to work with O_WRONLYAl Viro2019-05-021-0/+2
* Safer ABI for O_TMPFILEAl Viro2019-05-022-3/+3
* ext4: ->tmpfile() supportAl Viro2019-05-021-5/+4
* ext3 ->tmpfile() supportAl Viro2019-05-021-1/+46
* allow the temp files created by open() to be linked toAl Viro2019-05-022-3/+17
* it's still short a few helpers, but infrastructure should be OK now...Al Viro2019-05-025-5/+122
* fs: sdfat: Fix compilation on Linux >= 4.16KNnut2019-05-025-53/+89
* fs: sdfat: Fix frag_ratio formulaNoctis Ackerman2019-05-021-1/+1
* fs: sdfat: Update to version 2.1.8derfelot2019-05-0212-145/+277
* fs: sdfat: Add MODULE_ALIAS_FS for supported filesystemsPaul Keith2019-01-131-0/+3
* ANDROID: sdcardfs: Fix missing break on default_normalDaniel Rosenberg2018-12-211-0/+1
* ANDROID: sdcardfs: Add option to not link obbDaniel Rosenberg2018-12-213-2/+12
* ANDROID: sdcardfs: Add option to drop unused dentriesDaniel Rosenberg2018-12-214-0/+16
* ANDROID: sdcardfs: Add sandboxDaniel Rosenberg2018-12-211-0/+5
* sdfat: merge v2.0.8Moyster2018-12-026-66/+101
* fs: sdfat: Add -lineage extraversion to SDFAT_VERSIONPaul Keith2018-12-021-1/+1
* fs: sdfat: Add MODULE_ALIAS_FS for supported filesystemsPaul Keith2018-12-021-0/+3
* fs: sdfat: Add config option to register sdFAT for VFATPaul Keith2018-12-022-0/+52
* fs: sdfat: Add config option to register sdFAT for exFATPaul Keith2018-12-022-1/+32