summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-181-2/+2
|\
| * x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-181-2/+2
| * x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-181-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-184-22/+27
|\ \
| * | fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara2015-07-171-20/+14
| * | /proc/$PID/cmdline: fixup empty ARGV caseAlexey Dobriyan2015-07-171-0/+5
| * | configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss2015-07-171-2/+2
| * | fs, proc: add help for CONFIG_PROC_CHILDRENIago López Galeiras2015-07-171-0/+6
| |/
* | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-174-6/+34
|\ \ | |/ |/|
| * Btrfs: fix file corruption after cloning inline extentsFilipe Manana2015-07-141-0/+14
| * Btrfs: fix order by which delayed references are runFilipe Manana2015-07-111-0/+13
| * Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana2015-07-111-2/+2
| * Btrfs: fix memory leak in the extent_same ioctlFilipe Manana2015-07-111-1/+3
| * Btrfs: fix shrinking truncate when the no_holes feature is enabledFilipe Manana2015-07-111-3/+2
* | Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2015-07-163-17/+16
|\ \
| * | jfs: clean up jfs_rename and fix out of order unlockDave Kleikamp2015-07-151-14/+13
| * | jfs: fix indentation on if statementColin Ian King2015-06-041-2/+2
| * | jfs: removed a prohibited space after opening parenthesisNan Jia2015-06-011-1/+1
* | | Merge tag 'locks-v4.2-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-07-152-30/+26
|\ \ \
| * | | locks: inline posix_lock_file_wait and flock_lock_file_waitJeff Layton2015-07-131-28/+0
| * | | nfs4: have do_vfs_lock take an inode pointerJeff Layton2015-07-131-8/+8
| * | | locks: new helpers - flock_lock_inode_wait and posix_lock_inode_waitJeff Layton2015-07-131-12/+38
| * | | locks: have flock_lock_file take an inode pointer instead of a filpJeff Layton2015-07-131-6/+6
| * | | Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation"Jeff Layton2015-07-131-2/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-124-6/+10
|\ \ \ \
| * | | | freeing unlinked file indefinitely delayedAl Viro2015-07-121-2/+5
| * | | | fix a braino in ovl_d_select_inode()Al Viro2015-07-121-0/+3
| * | | | 9p: don't leave a half-initialized inode sitting aroundAl Viro2015-07-122-4/+2
* | | | | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-1113-124/+641
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | Btrfs: fix wrong check for btrfs_force_chunk_alloc()Shilong Wang2015-07-011-1/+1
| * | | Btrfs: fix warning of bytes_may_useLiu Bo2015-07-012-3/+15
| * | | Btrfs: fix hang when failing to submit bio of directIOLiu Bo2015-07-011-3/+0
| * | | Btrfs: fix a comment in inode.c:evict_inode_truncate_pages()Filipe Manana2015-07-011-2/+3
| * | | Btrfs: fix memory corruption on failure to submit bio for direct IOFilipe Manana2015-07-012-18/+52
| * | | btrfs: don't update mtime/ctime on deduped inodesMark Fasheh2015-07-011-10/+14
| * | | btrfs: allow dedupe of same inodeMark Fasheh2015-07-011-16/+60
| * | | btrfs: fix deadlock with extent-same and readpageMark Fasheh2015-07-011-31/+117
| * | | btrfs: pass unaligned length to btrfs_cmp_data()Mark Fasheh2015-07-011-1/+2
| * | | Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana2015-07-011-0/+108
| * | | Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana2015-06-301-0/+104
| * | | Btrfs: fix fsync data loss after append writeFilipe Manana2015-06-301-5/+9
| * | | Btrfs: fix crash on close_ctree() if cleaner starts new transactionFilipe Manana2015-06-301-0/+29
| * | | Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana2015-06-301-4/+11
| * | | Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2015-06-301-1/+1
| * | | Btrfs: fix race between balance and unused block group deletionFilipe Manana2015-06-304-6/+58
| * | | btrfs: add error handling for scrub_workers_get()Zhao Lei2015-06-301-19/+20
| * | | btrfs: cleanup noused initialization of dev in btrfs_end_bio()Zhao Lei2015-06-301-1/+1
| * | | btrfs: qgroup: allow user to clear the limitation on qgroupYang Dongsheng2015-06-301-8/+41
* | | | hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches2015-07-091-4/+7
* | | | hpfs: kstrdup() out of memory handlingSanidhya Kashyap2015-07-091-2/+5
OpenPOWER on IntegriCloud