summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-131-0/+46
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-0111-20/+49
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-1823-76/+98
| |\ \
| * \ \ Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2015-12-091-0/+46
| |\ \ \
| | * | | kernfs: implement kernfs_walk_and_get()Tejun Heo2015-11-201-0/+46
* | | | | Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-01-132-2/+8
|\ \ \ \ \
| * | | | | ubifs: Use XATTR_*_PREFIX_LENRichard Weinberger2016-01-101-2/+2
| * | | | | UBIFS: add a comment in key.h for unused parameterDongsheng Yang2016-01-101-0/+6
| | |_|_|/ | |/| | |
* | | | | Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-01-134-13/+276
|\ \ \ \ \
| * | | | | configfs: implement binary attributesPantelis Antoniou2016-01-044-13/+276
* | | | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-1321-241/+446
|\ \ \ \ \ \
| * | | | | | gfs2: fix flock panic issueJunxiao Bi2015-12-221-1/+4
| * | | | | | GFS2: Don't do glock put on when inode creation failsBob Peterson2015-12-181-1/+0Star
| * | | | | | GFS2: Always use iopen glock for gl_deletesBob Peterson2015-12-181-1/+1
| * | | | | | GFS2: Release iopen glock in gfs2_create_inode error casesBob Peterson2015-12-181-9/+7Star
| * | | | | | GFS2: Truncate address space mapping when deleting an inodeBob Peterson2015-12-181-1/+3
| * | | | | | GFS2: Wait for iopen glock dequeuesBob Peterson2015-12-182-4/+7
| * | | | | | gfs2: clear journal live bit in gfs2_log_flushBenjamin Marzinski2015-12-142-4/+3Star
| * | | | | | gfs2: change gfs2 readdir cookieBenjamin Marzinski2015-12-144-20/+89
| * | | | | | gfs2: keep offset when splitting dir leaf blocksBenjamin Marzinski2015-12-141-16/+53
| * | | | | | GFS2: Reintroduce a timeout in function gfs2_gl_hash_clearBob Peterson2015-12-141-1/+3
| * | | | | | GFS2: Update master statfs buffer with sd_statfs_spin lockedBob Peterson2015-12-141-3/+2Star
| * | | | | | GFS2: Reduce size of incore inodeBob Peterson2015-12-145-26/+26
| * | | | | | GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson2015-12-1412-82/+33Star
| * | | | | | GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson2015-11-2413-63/+125
| * | | | | | gfs2: Extended attribute readahead optimizationAndreas Gruenbacher2015-11-181-18/+63
| * | | | | | gfs2: Extended attribute readaheadAndreas Gruenbacher2015-11-168-14/+46
| * | | | | | GFS2: Use rht_for_each_entry_rcu in glock_hash_walkAndrew Price2015-11-161-2/+2
| * | | | | | GFS2: Delete an unnecessary check before the function call "iput"Markus Elfring2015-11-161-2/+1Star
| * | | | | | gfs2: Automatically set GFS2_DIF_SYSTEM flag on system filesAbhi Das2015-11-102-2/+7
* | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-1361-384/+379Star
|\ \ \ \ \ \ \
| * | | | | | | nfsd: don't hold i_mutex over userspace upcallsNeilBrown2016-01-094-19/+85
| * | | | | | | fs:affs:Replace time_t with time64_tDengChao2016-01-093-8/+9
| * | | | | | | fs/9p: use fscache mutex rather than spinlockSasha Levin2016-01-093-6/+6
| * | | | | | | proc: add a reschedule point in proc_readfd_common()Eric Dumazet2016-01-091-0/+1
| * | | | | | | logfs: constify logfs_block_ops structuresJulia Lawall2016-01-093-5/+5
| * | | | | | | fcntl: allow to set O_DIRECT flag on pipeStanislav Kinsburskiy2016-01-091-1/+2
| * | | | | | | fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGEAbhi Das2016-01-091-5/+3Star
| * | | | | | | fs: xattr: Use kvfree()Richard Weinberger2016-01-091-24/+14Star
| * | | | | | | nbd: use ->compat_ioctl()Al Viro2016-01-091-11/+0Star
| * | | | | | | Merge branch 'for-linus' into work.miscAl Viro2016-01-096-122/+164
| |\ \ \ \ \ \ \
| * | | | | | | | fs: use block_device name vsprintf helperDmitry Monakhov2016-01-0617-90/+49Star
| * | | | | | | | fs: use gendisk->disk_name where possibleDmitry Monakhov2016-01-061-9/+3Star
| * | | | | | | | poll: plug an unused argument to do_pollMateusz Guzik2016-01-061-3/+3
| * | | | | | | | HFS wants 8Kb per-superblock allocation; just use kmalloc()Al Viro2016-01-041-2/+2
| * | | | | | | | jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro2016-01-041-5/+4Star
| * | | | | | | | hpfs: missing endianness annotationAl Viro2016-01-041-1/+1
| * | | | | | | | don't carry MAY_OPEN in op->acc_modeAl Viro2016-01-043-18/+12Star
| * | | | | | | | saner calling conventions for copy_mount_options()Al Viro2016-01-043-30/+28Star
| * | | | | | | | proc_pid_attr_write(): switch to memdup_user()Al Viro2016-01-041-10/+7Star