aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* AIO: Don't plug the I/O queue in do_io_submit()Dave Kleikamp2017-11-191-5/+0
* btrfs: prevent to set invalid default subvolidsatoru takeuchi2017-11-061-0/+4
* udf: Fix deadlock between writeback and udf_setsize()Jan Kara2017-11-061-2/+2
* ext4: avoid deadlock when expanding inode sizeJan Kara2017-11-062-8/+13
* ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-11-061-2/+2
* ext4: fix SEEK_HOLEJan Kara2017-11-061-36/+14
* ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-11-061-2/+3
* FS-Cache: fix dereference of NULL user_key_payloadEric Biggers2017-11-061-0/+7
* direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher2017-11-061-1/+2
* fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk2017-11-061-1/+1
* leak in O_DIRECT readv past the EOFAl Viro2017-11-061-0/+1
* sdcardfs: fix space leakAndrea Arcangeli2017-10-211-0/+6
* FROMLIST: f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim2017-10-161-0/+5
* f2fs: fix potential panic during fstrimChao Yu2017-10-143-5/+5
* f2fs: Fix merge errorsjollaman9992017-10-043-4/+6
* f2fs: hurry up to issue discard after io interruptionChao Yu2017-10-041-2/+15
* f2fs: fix to show correct discard_granularity in sysfsChao Yu2017-10-041-0/+2
* f2fs: detect dirty inode in evict_inodeChao Yu2017-10-041-0/+3
* f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong2017-10-042-0/+14
* f2fs: speed up gc_urgent mode with SSRJaegeuk Kim2017-10-043-13/+16
* f2fs: better to wait for fstrim completionJaegeuk Kim2017-10-041-1/+6
* f2fs: avoid race in between read xattr & write xattrYunlei He2017-10-043-0/+8
* f2fs: make get_lock_data_page to handle encrypted inodeJaegeuk Kim2017-10-041-58/+51
* f2fs: use generic terms used for encrypted block managementJaegeuk Kim2017-10-045-12/+15
* f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim2017-10-045-10/+14
* Revert "f2fs: add a new function get_ssr_cost"Yunlong Song2017-10-041-10/+1
* f2fs: constify super_operationsArvind Yadav2017-10-041-1/+1
* f2fs: fix to wake up all sleeping flusherChao Yu2017-10-041-2/+21
* f2fs: avoid race in between atomic_read & atomic_incChao Yu2017-10-041-3/+1
* f2fs: remove unneeded parameter of change_cursegChao Yu2017-10-041-10/+8
* f2fs: update i_flags correctlyChao Yu2017-10-041-0/+3
* f2fs: don't check inode's checksum if it was dirtied or writebackedJaegeuk Kim2017-10-042-2/+3
* f2fs: don't need to update inode checksum for recoveryJaegeuk Kim2017-10-041-2/+0
* f2fs: trigger fdatasync for non-atomic_write fileChao Yu2017-10-041-1/+1
* f2fs: fix to avoid race in between aio and gcChao Yu2017-10-041-0/+3
* f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim2017-10-043-7/+27
* f2fs: return error when accessing insane flie offsetJaegeuk Kim2017-10-041-1/+5
* f2fs: trigger normal fsync for non-atomic_write fileChao Yu2017-10-041-1/+1
* f2fs: clear FI_HOT_DATA correctlyChao Yu2017-10-042-0/+3
* f2fs: fix out-of-order execution in f2fs_issue_flushChao Yu2017-10-041-1/+4
* f2fs: issue discard commands if gc_urgent is setJaegeuk Kim2017-10-042-1/+10
* f2fs: remove unused function overprovision_sectionsYunlong Song2017-10-041-5/+0
* f2fs: check hot_data for roll-forward recoveryJaegeuk Kim2017-10-041-1/+1
* f2fs: add tracepoint for f2fs_gcChao Yu2017-10-041-14/+36
* f2fs: retry to revoke atomic commit in -ENOMEM caseChao Yu2017-10-041-2/+8
* f2fs: let fill_super handle roll-forward errorsJaegeuk Kim2017-10-041-2/+0
* f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun2017-10-043-10/+11
* f2fs: support journalled quotaChao Yu2017-10-044-32/+404
* f2fs: fix potential overflow when adjusting GC cycleChao Yu2017-10-042-9/+16
* f2fs: avoid unneeded sync on quota fileChao Yu2017-10-041-2/+2