summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* fs: xattr: Use kvfree()Richard Weinberger2016-01-091-24/+14
* nbd: use ->compat_ioctl()Al Viro2016-01-091-11/+0
* Merge branch 'for-linus' into work.miscAl Viro2016-01-096-122/+164
|\
| * compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn2016-01-091-62/+68
| * compat_ioctl: don't pass fd around when not neededAl Viro2016-01-093-53/+61
| * compat_ioctl: don't look up the fd twiceJann Horn2016-01-091-54/+68
| * ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei2015-12-301-0/+2
| * ocfs2: fix flock panic issueJunxiao Bi2015-12-301-1/+4
| * ocfs2: fix BUG when calculate new backup superJoseph Qi2015-12-301-3/+12
* | fs: use block_device name vsprintf helperDmitry Monakhov2016-01-0617-90/+49
* | 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
* | 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
* | hpfs: missing endianness annotationAl Viro2016-01-041-1/+1
* | don't carry MAY_OPEN in op->acc_modeAl Viro2016-01-043-18/+12
* | saner calling conventions for copy_mount_options()Al Viro2016-01-043-30/+28
* | proc_pid_attr_write(): switch to memdup_user()Al Viro2016-01-041-10/+7
* | convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-043-36/+12
* | Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-0427-61/+114
|\|
| * Merge tag 'nfsd-4.4-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-12-231-1/+1
| |\
| | * nfsd: don't hold ls_mutex across a layout recallJeff Layton2015-12-161-1/+1
| * | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-196-15/+29
| |\ \
| | * \ Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-155-8/+10
| | |\ \
| | | * | btrfs: fix misleading warning when space cache failed to loadHolger Hoffstätte2015-12-101-1/+1
| | | * | Btrfs: fix transaction handle leak in balanceFilipe Manana2015-12-101-2/+1
| | | * | Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana2015-12-103-5/+8
| | * | | Btrfs: check prepare_uptodate_page() error code earlierChris Mason2015-12-151-4/+14
| | * | | Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason2015-12-151-3/+5
| | |/ /
| * | | proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King2015-12-181-0/+1
| * | | sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-135-10/+10
| * | | Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-12-131-5/+2
| |\ \ \
| | * | | SUNRPC: Fix callback channelTrond Myklebust2015-12-071-5/+2
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-12-123-11/+3
| |\ \ \ \
| | * | | | ocfs2: fix SGID not inherited issueJunxiao Bi2015-12-121-3/+1
| | * | | | osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins2015-12-122-8/+2
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-121-3/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | block: detach bdev inode from its wb in __blkdev_put()Ilya Dryomov2015-12-041-3/+6
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2015-12-112-1/+3
| |\ \ \ \ \
| | * | | | | fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2015-11-101-1/+1
| | * | | | | cuse: fix memory leakMiklos Szeredi2015-11-101-0/+2
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-12-092-2/+3
| |\ \ \ \ \ \
| | * | | | | | fix the regression from "direct-io: Fix negative return from dio read beyond ...Al Viro2015-12-081-0/+1