summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar2016-02-251-1/+1
|\
| * Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-1838-312/+554
| |\
| * | x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-301-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-02-244-9/+14
|\ \ \
| * | | fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov2016-02-201-2/+7
| * | | affs_do_readpage_ofs(): just use kmap_atomic() around memcpy()Al Viro2016-02-201-3/+2
| * | | xattr handlers: plug a lock leak in simple_xattr_listMateusz Guzik2016-02-201-3/+3
| * | | fs: allow no_seek_end_llseek to actually seekWouter van Kesteren2016-02-201-1/+2
* | | | Merge tag 'nfs-for-4.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-02-234-62/+126
|\ \ \ \
| * | | | NFSv4.x/pnfs: Fix a race between layoutget and bulk recallsTrond Myklebust2016-02-221-11/+6
| * | | | NFSv4.x/pnfs: Fix a race between layoutget and pnfs_destroy_layoutTrond Myklebust2016-02-221-2/+22
| * | | | pnfs/blocklayout: fix a memeory leak when using,vmalloc_to_pageKinglong Mee2016-02-171-2/+8
| * | | | nfs4: fix stateid handling for the NFS v4.2 operationsChristoph Hellwig2016-02-171-43/+76
| * | | | NFSv4: Fix a dentry leak on alias useBenjamin Coddington2016-02-171-2/+2
| * | | | pNFS: Always set NFS_LAYOUT_RETURN_REQUESTED with lo->plh_return_iomodeTrond Myklebust2016-02-151-2/+1
| * | | | pNFS: Fix pnfs_mark_matching_lsegs_return()Trond Myklebust2016-02-151-2/+13
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-204-18/+101
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2016-02-164-18/+101
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | efi: Make efivarfs entries immutable by defaultPeter Jones2016-02-104-14/+98
| | * | | efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-02-101-4/+3
* | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-02-1913-39/+176
|\ \ \ \ \
| * | | | | ext4: fix crashes in dioread_nolock modeJan Kara2016-02-191-20/+20
| * | | | | ext4: fix bh->b_state corruptionJan Kara2016-02-191-2/+30
| * | | | | ext4: fix memleak in ext4_readdir()Kirill Tkhai2016-02-161-2/+5
| * | | | | ext4: remove unused parameter "newblock" in convert_initialized_extent()Eryu Guan2016-02-121-2/+2
| * | | | | ext4: don't read blocks from disk after extents being swappedEryu Guan2016-02-121-3/+12
| * | | | | ext4: fix potential integer overflowInsu Yun2016-02-121-1/+1
| * | | | | ext4: add a line break for proc mb_groups displayHuaitong Han2016-02-121-1/+1
| * | | | | ext4: ioctl: fix erroneous return valueAnton Protopopov2016-02-111-1/+1
| * | | | | ext4: fix scheduling in atomic on group checksum failureJan Kara2016-02-112-5/+8
| * | | | | ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o2016-02-082-2/+15
| * | | | | ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2016-02-074-0/+81
* | | | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-191-0/+2
|\ \ \ \ \ \
| * | | | | | Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana2016-02-161-0/+2
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-02-191-14/+39
|\ \ \ \ \ \ \
| * | | | | | | fsnotify: turn fsnotify reaper thread into a workqueue jobJeff Layton2016-02-181-31/+18
| * | | | | | | Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"Jeff Layton2016-02-181-14/+52
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-02-173-5/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | writeback: initialize inode members that track writeback historyTahsin Erdogan2016-02-161-0/+6
| * | | | | | | writeback: keep superblock pinned during cgroup writeback association switchesTejun Heo2016-02-161-4/+11
| * | | | | | | block: fix use-after-free in dio_bio_completeMike Krinkin2016-01-301-1/+1
* | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-02-163-4/+3
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | cifs: fix erroneous return valueAnton Protopopov2016-02-101-1/+1
| * | | | | | | cifs: fix potential overflow in cifs_compose_mount_optionsInsu Yun2016-02-101-1/+1
| * | | | | | | cifs: remove redundant check for null string pointerColin Ian King2016-02-101-2/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'tty-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-141-0/+20
|\ \ \ \ \ \ \
| * | | | | | | pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-061-0/+20
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-02-128-71/+131
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-113-3/+16
| * | | | | | Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-02-051-4/+6
OpenPOWER on IntegriCloud