summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAge
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-15
|\
| * proc: remove use of seq_printf return valueJoe Perches2015-04-15
| * lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-15
| * kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-15
| * /proc/PID/status: show all sets of pid according to nsChen Hanxiao2015-04-15
| * dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-15
| * dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh2015-04-15
| * fs, jfs: remove slab object constructorDavid Rientjes2015-04-15
| * hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz2015-04-15
* | Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-04-15
|\ \
| * | locks: use cmpxchg to assign i_flctx pointerJeff Layton2015-04-03
| * | locks: get rid of WE_CAN_BREAK_LSLK_NOW dead codeJeff Layton2015-04-03
| * | locks: change lm_get_owner and lm_put_owner prototypesJeff Layton2015-04-03
| * | locks: don't allocate a lock context for an F_UNLCK requestJeff Layton2015-04-03
| * | locks: Add lockdep assertion for blocked_lock_lockDaniel Wagner2015-04-03
| * | locks: remove extraneous IS_POSIX and IS_FLOCK testsJeff Layton2015-04-03
| * | locks: Remove unnecessary IS_POSIX testDaniel Wagner2015-04-03
* | | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Linus Torvalds2015-04-15
|\ \ \
| * | | um: hostfs: Reduce number of syscalls in readdirRichard Weinberger2015-04-13
| * | | hostfs: No need to box and later unbox the file modeRichard Weinberger2015-03-26
| * | | hostfs: Use page_offset()Richard Weinberger2015-03-26
| * | | hostfs: Set page flags in hostfs_readpage() correctlyRichard Weinberger2015-03-26
| * | | hostfs: Remove superfluous initializations in hostfs_open()Richard Weinberger2015-03-26
| * | | hostfs: hostfs_open: Reset open flags upon each retryRichard Weinberger2015-03-26
| * | | hostfs: Remove superfluous test in hostfs_open()Richard Weinberger2015-03-26
| * | | hostfs: Report append flag in ->show_options()Richard Weinberger2015-03-26
| * | | hostfs: Use __getname() in follow_linkRichard Weinberger2015-03-26
| * | | hostfs: Remove open coded strcpy()Richard Weinberger2015-03-26
| * | | hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw()Richard Weinberger2015-03-26
| * | | hostfs: Make hostfs_readpage more readableRichard Weinberger2015-03-26
| * | | hostfs: Handle bogus st.modeRichard Weinberger2015-03-26
| * | | hostfs: Allow fsync on directoriesRichard Weinberger2015-03-26
| * | | hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_openRichard Weinberger2015-03-26
| * | | hostfs: hostfs_file_open: Switch to data locking modelRichard Weinberger2015-03-26
* | | | Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-04-15
|\ \ \ \
| * | | | UBIFS: fix output format of INUM_WATERMARKSheng Yong2015-04-13
| * | | | UBIFS: extend debug/message capabilitiesSheng Yong2015-03-25
| * | | | UBIFS: simplify returnsFabian Frederick2015-03-25
| * | | | UBIFS: Fix trivial typos in commentsYannick Guerrini2015-03-25
| * | | | UBIFS: do not write master node if need recoverySheng Yong2015-03-25
| * | | | UBIFS: fix incorrect unlocking handlingTaesoo Kim2015-03-25
| |/ / /
* | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-15
|\ \ \ \ | |_|_|/ |/| | |
| * | | ->aio_read and ->aio_write removedAl Viro2015-04-11
| * | | kill do_sync_read/do_sync_writeAl Viro2015-04-11
| * | | fuse: use iov_iter_get_pages() for non-splice pathAl Viro2015-04-11
| * | | fuse: switch to ->read_iter/->write_iterAl Viro2015-04-11
| * | | make new_sync_{read,write}() staticAl Viro2015-04-11
| * | | coredump: accept any write methodAl Viro2015-04-11
| * | | export __vfs_read()Al Viro2015-04-11
| * | | autofs: switch to __vfs_write()Al Viro2015-04-11