aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o2017-05-274-3/+271
* ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trimJP Abgrall2017-05-273-12/+25
* ext4: use old legacy direct I/O interface for 3.18 backportTheodore Ts'o2017-05-273-15/+20
* non-ext4 portions of "direct-io: Implement generic deferred AIO completions"Theodore Ts'o2017-05-275-58/+84
* ext4: revert to old read/write/aio interface for 3.18 backportTheodore Ts'o2017-05-271-5/+176
* ext4: remove tmpfile, rename2, set_acl operations for 3.18 backportTheodore Ts'o2017-05-271-12/+19
* ext4: use old interface for ext4_readdir()Theodore Ts'o2017-05-271-2/+15
* sync: don't block the flusher thread waiting on IODave Chinner2017-05-271-2/+7
* ext4: fix up bio->bi_iter.bi_sectorTheodore Ts'o2017-05-271-2/+2
* ext4: use old truncate_pagecache() interface for ext4 3.18 backportTheodore Ts'o2017-05-272-3/+5
* ext4: use old percpu_counter_init() function signatureTheodore Ts'o2017-05-272-9/+6
* ext4: use the old shrinker APITheodore Ts'o2017-05-271-6/+10
* ext4: disable ext4 acl handling for 3.18 backportTheodore Ts'o2017-05-271-0/+3
* BACKPORT: ext4 from 3.18 to mtk-3.10Mister Oyster2017-05-2738-6175/+6782
* fs: add inode_set_flags() for ext4 3.18 backportTheodore Ts'o2017-05-271-0/+31
* fs: add {lock,unlock}_two_nondirectories for 3.18 backportTheodore Ts'o2017-05-271-0/+35
* ANDROID: sdcardfs: Check for NULL in revalidateDaniel Rosenberg2017-05-241-3/+5
* UPSTREAM: proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2017-05-241-2/+5
* UPSTREAM: proc: make proc_fd_permission() thread-friendlyOleg Nesterov2017-05-241-5/+2
* fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox2017-05-241-17/+1
* fs/mpage.c: factor clean_buffers() out of __mpage_writepage()Matthew Wilcox2017-05-241-24/+30
* fs/mpage.c: Convert to use bio_for_each_segment()Kent Overstreet2017-05-241-9/+8
* fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox2017-05-242-0/+75
* mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer2017-05-241-1/+1
* Fix "hide su" patch for 3.10Alberto972017-05-241-0/+1
* fs: namespace: fix maybe-uninitialized warningNathan Chancellor2017-05-231-2/+2
* kernel: Fix potential refcount leak in su checkTom Marshall2017-05-221-1/+3
* kernel: Only expose su when daemon is runningTom Marshall2017-05-213-0/+28
* f2fs: switch to using fscrypt_match_name()Eric Biggers2017-05-211-24/+4
* fscrypt: introduce helper function for filename matchingEric Biggers2017-05-212-22/+70
* fscrypt: fix context consistency check when key(s) unavailableEric Biggers2017-05-211-19/+68
* fscrypt: Move key structure and constants to uapiJoe Richey2017-05-211-11/+0
* fscrypt: remove unnecessary checks for NULL operationsEric Biggers2017-05-212-13/+1
* fscrypt: eliminate ->prepare_context() operationEric Biggers2017-05-211-7/+0
* fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-212-3/+3
* f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim2017-05-214-20/+31
* f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers2017-05-211-3/+4
* f2fs: fix a mount fail for wrong next_scan_nidYunlei He2017-05-211-0/+3
* f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu2017-05-211-3/+4
* f2fs: show available_nids in f2fs/statusJaegeuk Kim2017-05-212-3/+5
* f2fs: flush dirty nats periodicallyJaegeuk Kim2017-05-211-1/+1
* f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-214-8/+31
* f2fs: allow cpc->reason to indicate more than one reasonChao Yu2017-05-213-20/+18
* f2fs: release cp and dnode lock before IPUHou Pengyang2017-05-214-16/+27
* f2fs: shrink size of struct discard_cmdChao Yu2017-05-211-1/+1
* f2fs: don't hold cmd_lock during waiting discard commandChao Yu2017-05-212-5/+21
* f2fs: nullify fio->encrypted_page for each writesJaegeuk Kim2017-05-211-2/+2
* f2fs: sanity check segment countJin Qian2017-05-211-0/+7
* f2fs: introduce valid_ipu_blkaddr to clean upJaegeuk Kim2017-05-211-5/+12
* f2fs: lookup extent cache first under IPU scenarioHou Pengyang2017-05-213-3/+17