summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-01-09fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGEAbhi Das
2016-01-09fs: xattr: Use kvfree()Richard Weinberger
2016-01-08nbd: use ->compat_ioctl()Al Viro
2016-01-08Merge branch 'for-linus' into work.miscAl Viro
2016-01-08compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro
2016-01-08compat_ioctl: don't look up the fd twiceJann Horn
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2016-01-06fs: use gendisk->disk_name where possibleDmitry Monakhov
2016-01-06poll: plug an unused argument to do_pollMateusz Guzik
2016-01-04HFS wants 8Kb per-superblock allocation; just use kmalloc()Al Viro
2016-01-04jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro
2016-01-04hpfs: missing endianness annotationAl Viro
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro
2016-01-04saner calling conventions for copy_mount_options()Al Viro
2016-01-04proc_pid_attr_write(): switch to memdup_user()Al Viro
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro
2015-12-29ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei
2015-12-29ocfs2: fix flock panic issueJunxiao Bi
2015-12-29ocfs2: fix BUG when calculate new backup superJoseph Qi
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro
2015-12-22Merge tag 'nfsd-4.4-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-12-18Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-18proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King
2015-12-16nfsd: don't hold ls_mutex across a layout recallJeff Layton
2015-12-15Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2015-12-15Btrfs: check prepare_uptodate_page() error code earlierChris Mason
2015-12-15Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra
2015-12-13Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-12-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-12-12ocfs2: fix SGID not inherited issueJunxiao Bi
2015-12-12osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins
2015-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2015-12-10btrfs: fix misleading warning when space cache failed to loadHolger Hoffstätte
2015-12-10Btrfs: fix transaction handle leak in balanceFilipe Manana
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana
2015-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-12-08fix the regression from "direct-io: Fix negative return from dio read beyond ...Al Viro
2015-12-089p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro
2015-12-07SUNRPC: Fix callback channelTrond Myklebust
2015-12-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-12-06restore_nameidata(): no need to clear now->stackAl Viro
2015-12-06namei.c: take "jump to root" into a new helperAl Viro
2015-12-06path_init(): set nd->inode earlier in cwd-relative caseAl Viro
2015-12-06namei.c: fold set_root_rcu() into set_root()Al Viro
2015-12-06don't opencode iget_failed()Al Viro
2015-12-06f2fs: it's umode_t, not mode_t...Al Viro