summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-01-137-23/+376
|\
| * configfs: add myself as co-maintainer, updated git treeChristoph Hellwig2016-01-051-1/+2
| * configfs: implement binary attributesPantelis Antoniou2016-01-046-22/+374
* | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-1322-244/+452
|\ \
| * | 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/+0
| * | 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/+7
| * | 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/+3
| * | gfs2: change gfs2 readdir cookieBenjamin Marzinski2015-12-145-23/+95
| * | 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/+2
| * | 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/+33
| * | 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/+1
| * | 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-13125-1478/+792
|\ \ \
| * | | nfsd: don't hold i_mutex over userspace upcallsNeilBrown2016-01-095-19/+86
| * | | 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/+3
| * | | fs: xattr: Use kvfree()Richard Weinberger2016-01-091-24/+14
| * | | [s390] page_to_phys() always returns a multiple of PAGE_SIZEAl Viro2016-01-091-2/+1
| * | | nbd: use ->compat_ioctl()Al Viro2016-01-092-11/+1
| * | | Merge branch 'for-linus' into work.miscAl Viro2016-01-0977-568/+855
| |\ \ \
| * | | | fs: use block_device name vsprintf helperDmitry Monakhov2016-01-0617-90/+49
| * | | | lib/vsprintf: add %*pg format specifierDmitry Monakhov2016-01-062-0/+35
| * | | | fs: use gendisk->disk_name where possibleDmitry Monakhov2016-01-061-9/+3
| * | | | poll: plug an unused argument to do_pollMateusz Guzik2016-01-061-3/+3
| * | | | amdkfd: don't open-code memdup_user()Al Viro2016-01-061-26/+7
| * | | | cdrom: don't open-code memdup_user()Al Viro2016-01-061-7/+3
| * | | | rsxx: don't open-code memdup_user()Al Viro2016-01-061-7/+4
| * | | | mtip32xx: don't open-code memdup_user()Al Viro2016-01-061-15/+8
| * | | | [um] mconsole: don't open-code memdup_user_nul()Al Viro2016-01-041-11/+3
| * | | | [um] hostaudio: don't open-code memdup_user()Al Viro2016-01-041-7/+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/+4
| * | | | ... and a couple in net/9pAl Viro2016-01-041-2/+2
| * | | | md: more open-coded offset_in_page()Al Viro2016-01-042-3/+3
| * | | | dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZEAl Viro2016-01-041-1/+1