summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | blockdev: Avoid two active bdev inodes for one deviceJan Kara2018-02-261-2/+23
| | * | | | | | genhd: Fix use after free in __blkdev_get()Jan Kara2018-02-261-2/+5
| | * | | | | | genhd: Add helper put_disk_and_module()Jan Kara2018-02-261-14/+5
| | * | | | | | direct-io: Fix sleep in atomic due to sync AIOJan Kara2018-02-261-2/+1
| * | | | | | | Merge tag 'xfs-4.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-02-284-5/+13
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | / / / | | | |_|/ / / | | |/| | | |
| | * | | | | xfs: fix potential memory leak in mount option parsingChengguang Xu2018-02-261-0/+2
| | * | | | | xfs: reserve blocks for refcount / rmap log item recoveryDarrick J. Wong2018-02-222-4/+9
| | * | | | | xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen2018-02-221-1/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-02-253-11/+11
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | NFS: make struct nlmclnt_fl_close_lock_ops staticColin Ian King2018-02-221-1/+1
| | * | | | nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com2018-02-221-2/+4
| | * | | | NFSv4: Fix broken cast in nfs4_callback_recallany()Trond Myklebust2018-02-211-8/+6
| | | |_|/ | | |/| |
* | | | | net: Convert simple pernet_operationsKirill Tkhai2018-02-272-0/+2
* | | | | net: Convert nfs_net_opsKirill Tkhai2018-02-271-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-242-3/+18
|\| | | |
| * | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-221-3/+12
| |\ \ \ \
| | * | | | fs/signalfd: fix build error for BUS_MCEERR_ARRandy Dunlap2018-02-221-3/+12
| | | |/ / | | |/| |
| * | | | efivarfs: Limit the rate for non-root to read filesLuck, Tony2018-02-221-0/+6
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-199-41/+107
|\| | |
| * | | Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-167-21/+80
| |\ \ \ | | | |/ | | |/|
| | * | btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov2018-02-051-0/+1
| | * | Btrfs: fix null pointer dereference when replacing missing deviceFilipe Manana2018-02-021-0/+4
| | * | btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell2018-02-021-1/+10
| | * | btrfs: Ignore errors from btrfs_qgroup_trace_extent_postNikolay Borisov2018-02-022-3/+9
| | * | Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo2018-02-021-0/+18
| | * | Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo2018-02-021-13/+21
| | * | Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo2018-02-021-1/+1
| | * | Btrfs: fix extent state leak from tree logLiu Bo2018-02-021-2/+3
| | * | Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo2018-02-021-0/+9
| | * | Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-02-021-1/+4
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-141-0/+4
| |\ \ \
| | * | | vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-02-131-0/+4
| * | | | Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-141-20/+23
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | gfs2: Fixes to "Implement iomap for block_map"Andreas Gruenbacher2018-02-131-20/+23
* | | | | net: Export open_related_ns()Kirill Tkhai2018-02-151-0/+1
* | | | | net: Convert proc_net_ns_opsKirill Tkhai2018-02-131-0/+1
* | | | | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-122-8/+5
|/ / / /
* | | | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-1124-80/+80
* | | | Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-114-21/+26
|\ \ \ \
| * | | | annotate ep_scan_ready_list()Al Viro2018-02-011-11/+13
| * | | | ep_send_events_proc(): return result via esed->resAl Viro2018-02-011-7/+10
| * | | | use linux/poll.h instead of asm/poll.hAl Viro2018-02-013-3/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-02-092-2/+5
|\ \ \ \ \
| * | | | | seq_file: fix incomplete reset on read from zero offsetMiklos Szeredi2018-01-201-1/+4
| * | | | | kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera2018-01-191-1/+1
* | | | | | Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-02-094-13/+130
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add missing structs and defines from recent SMB3.1.1 documentationSteve French2018-02-071-2/+112
| * | | | | address lock imbalance warnings in smbdirect.cSteve French2018-02-071-7/+9
| * | | | | cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann2018-02-071-3/+1
| * | | | | Add some missing debug fields in server and tcon structsSteve French2018-02-071-1/+8