summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: jbd2: escape a string with special chars on a kernel-docMauro Carvalho Chehab2017-05-161-2/+2
* fs: eventfd: fix identation on kernel-docMauro Carvalho Chehab2017-05-161-2/+2
* fs: add a blank lines on some kernel-doc commentsMauro Carvalho Chehab2017-05-163-5/+9
* fs: jbd2: make jbd2_journal_start() kernel-doc parseableMauro Carvalho Chehab2017-05-161-19/+19
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-0919-58/+252
|\
| * fs/affs: add rename exchangeFabian Frederick2017-05-051-1/+57
| * fs/affs: add rename2 to prepare multiple methodsFabian Frederick2017-05-053-11/+18
| * fs: don't set *REFERENCED on single use objectsJosef Bacik2017-05-032-3/+4
| * fs: compat: Remove warning from COMPATIBLE_IOCTLMark Charlebois2017-04-291-1/+1
| * remove pointless extern of atime_need_update_rcu()Al Viro2017-04-291-2/+0Star
| * fs: completely ignore unknown open flagsChristoph Hellwig2017-04-271-0/+6
| * fs: add a VALID_OPEN_FLAGSChristoph Hellwig2017-04-271-10/+4Star
| * fs: remove _submit_bh()Eric Biggers2017-04-271-14/+5Star
| * fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-276-6/+6
| * fs/affs: bugfix: Write files greater than page size on OFSFabian Frederick2017-04-271-1/+1
| * fs/affs: bugfix: enable writes on OFS disksFabian Frederick2017-04-271-4/+4
| * fs/affs: remove node generation checkFabian Frederick2017-04-271-5/+0Star
| * fs/affs: import amigaffs.hFabian Frederick2017-04-272-1/+145
| * fs/affs: bugfix: make symbolic links work againFabian Frederick2017-04-272-0/+2
* | proc: try to remove use of FOLL_FORCE entirelyLinus Torvalds2017-05-091-4/+1Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-0942-225/+176Star
|\ \
| * | dax: add tracepoint to dax_insert_mapping()Ross Zwisler2017-05-091-0/+1
| * | dax: add tracepoint to dax_writeback_one()Ross Zwisler2017-05-091-0/+1
| * | dax: add tracepoints to dax_writeback_mapping_range()Ross Zwisler2017-05-091-5/+7
| * | dax: add tracepoints to dax_load_hole()Ross Zwisler2017-05-091-5/+11
| * | dax: add tracepoints to dax_pfn_mkwrite()Ross Zwisler2017-05-091-0/+3
| * | dax: add tracepoints to dax_iomap_pte_fault()Ross Zwisler2017-05-091-4/+11
| * | gfs2: replace CURRENT_TIME with current_timeStephen Rothwell2017-05-091-2/+2
| * | fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani2017-05-096-30/+26Star
| * | fs: ufs: use ktime_get_real_ts64() for birthtimeDeepa Dinamani2017-05-091-2/+4
| * | fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani2017-05-091-1/+3
| * | fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani2017-05-093-19/+23
| * | fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani2017-05-092-3/+4
| * | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-096-26/+14Star
| * | scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2017-05-092-2/+2
| * | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-093-4/+3Star
| * | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-096-58/+28Star
| * | fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko2017-05-091-1/+1
| * | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-097-50/+16Star
| * | pidns: expose task pid_ns_for_children to userspaceKirill Tkhai2017-05-091-0/+1
| * | ns: allow ns_entries to have custom symlink contentKirill Tkhai2017-05-091-1/+3
| * | reiserfs: use designated initializersKees Cook2017-05-091-12/+12
| * | fs/proc/inode.c: remove cast from memory allocationTobin C. Harding2017-05-091-1/+1
* | | Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-05-0820-902/+1694
|\ \ \
| * | | f2fs: fix a mount fail for wrong next_scan_nidYunlei He2017-05-041-0/+3
| * | | f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu2017-05-031-3/+4
| * | | f2fs: Make flush bios explicitely syncJan Kara2017-05-033-3/+3
| * | | f2fs: show available_nids in f2fs/statusJaegeuk Kim2017-05-032-3/+5
| * | | f2fs: flush dirty nats periodicallyJaegeuk Kim2017-05-031-1/+1
| * | | f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-034-8/+31