aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+46
2016-01-12Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2-2/+8
2016-01-12Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds4-13/+276
2016-01-12Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds21-241/+446
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds61-384/+379
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds18-324/+657
2016-01-12Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds4-47/+113
2016-01-12Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-3/+1
2016-01-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds44-948/+457
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds87-417/+456
2016-01-10uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-01-10ubifs: Use XATTR_*_PREFIX_LENRichard Weinberger1-2/+2
2016-01-10UBIFS: add a comment in key.h for unused parameterDongsheng Yang1-0/+6
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown4-19/+85
2016-01-09fs:affs:Replace time_t with time64_tDengChao3-8/+9
2016-01-09fs/9p: use fscache mutex rather than spinlockSasha Levin3-6/+6
2016-01-09proc: add a reschedule point in proc_readfd_common()Eric Dumazet1-0/+1
2016-01-09logfs: constify logfs_block_ops structuresJulia Lawall3-5/+5
2016-01-09fcntl: allow to set O_DIRECT flag on pipeStanislav Kinsburskiy1-1/+2
2016-01-09fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGEAbhi Das1-5/+3
2016-01-09fs: xattr: Use kvfree()Richard Weinberger1-24/+14
2016-01-08nbd: use ->compat_ioctl()Al Viro1-11/+0
2016-01-08Merge branch 'for-linus' into work.miscAl Viro6-122/+164
2016-01-08compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn1-62/+68
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro3-53/+61
2016-01-08compat_ioctl: don't look up the fd twiceJann Horn1-54/+68
2016-01-08locks: rename __posix_lock_file to posix_lock_inodeJeff Layton1-5/+6
2016-01-08locks: prink more detail when there are leaked locksJeff Layton1-4/+29
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton2-2/+4
2016-01-08locks: sprinkle some tracepoints around the file locking codeJeff Layton1-3/+9
2016-01-08locks: don't check for race with close when setting OFD lockJeff Layton1-6/+10
2016-01-07locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov17-90/+49
2016-01-06fs: use gendisk->disk_name where possibleDmitry Monakhov1-9/+3
2016-01-06poll: plug an unused argument to do_pollMateusz Guzik1-3/+3
2016-01-04HFS wants 8Kb per-superblock allocation; just use kmalloc()Al Viro1-2/+2
2016-01-04jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro1-5/+4
2016-01-04hpfs: missing endianness annotationAl Viro1-1/+1
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro3-18/+12
2016-01-04saner calling conventions for copy_mount_options()Al Viro3-30/+28
2016-01-04proc_pid_attr_write(): switch to memdup_user()Al Viro1-10/+7
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro3-36/+12
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro27-61/+114
2016-01-04configfs: implement binary attributesPantelis Antoniou4-13/+276
2016-01-01btrfs: use new dedupe data function pointerDarrick J. Wong3-97/+16
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong3-0/+139
2016-01-01vfs: wire up compat ioctl for CLONE/CLONE_RANGEDarrick J. Wong2-1/+5
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-20/+49
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro36-180/+130