Btrfs: fix log replay failure after linking special file and fsync
[platform/kernel/linux-rpi.git] / fs /
2018-05-30 Filipe MananaBtrfs: fix log replay failure after linking special...
2018-05-30 Filipe MananaBtrfs: send, fix issuing write op when processing hole...
2018-05-30 Jeff Mahoneybtrfs: use kvzalloc to allocate btrfs_fs_info
2018-05-30 Chengguang Xuceph: fix dentry leak when failing to init debugfs
2018-05-30 Chengguang Xulibceph, ceph: avoid memory leak when specifying same...
2018-05-30 Will Deaconfs: dcache: Use READ_ONCE when accessing i_dir_seq
2018-05-30 Will Deaconfs: dcache: Avoid livelock between d_alloc_parallel...
2018-05-30 Bill.Baker@oracle.comnfs: system crashes after NFS4ERR_MOVED recovery
2018-05-30 Al Virodo d_instantiate/unlock_new_inode combinations safely
2018-05-30 Al Viroaio: fix io_destroy(2) vs. lookup_ioctx() race
2018-05-30 Dave Chinnerfs: don't scan the inode cache before SB_BORN is set
2018-05-30 Al Viroaffs_lookup(): close a race with affs_remove_link()
2018-05-25 Tetsuo Handahfsplus: stop workqueue when fill_super() failed
2018-05-25 Al Viroext2: fix a block leak
2018-05-22 Konrad Rzeszutek... proc: Use underscores for SSBD in 'status'
2018-05-22 Thomas Gleixnerprctl: Add force disable speculation
2018-05-22 Kees Cookproc: Provide details on speculation flaw mitigations
2018-05-22 Liu Bobtrfs: fix reading stale metadata blocks after degraded...
2018-05-22 Nikolay Borisovbtrfs: Fix delalloc inodes invalidation during transact...
2018-05-22 Nikolay Borisovbtrfs: Split btrfs_del_delalloc_inode into 2 functions
2018-05-22 Anand Jainbtrfs: fix crash when trying to resume balance without...
2018-05-22 Misono Tomohirobtrfs: property: Set incompat flag if lzo/zstd compress...
2018-05-22 Robbie KoBtrfs: send, fix invalid access to commit roots due...
2018-05-22 Filipe MananaBtrfs: fix xattr loss after power failure
2018-05-19 Willy Tarreauproc: do not access cmdline nor environ from file-backe...
2018-05-19 ethanwubtrfs: Take trans lock before access running trans...
2018-05-16 Steve Frenchsmb3: directory sync should not return an error
2018-05-16 Ilya Dryomovceph: fix rsize/wsize capping in ceph_direct_read_write()
2018-05-16 Jan Karabdi: Fix oops in wb_workfn()
2018-05-09 Darrick J. Wongxfs: prevent creating negative-sized file via INSERT_RANGE
2018-05-01 Lukas Czernerext4: fix bitmap position validation
2018-05-01 Theodore Ts'oext4: add validity checks for bitmap block numbers
2018-05-01 Theodore Ts'oext4: add MODULE_SOFTDEP to ensure crc32c is included...
2018-05-01 Theodore Ts'oext4: set h_journal if there is a failure starting...
2018-05-01 Eric Biggersext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
2018-04-26 Jia Zhangvfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumpi...
2018-04-26 Arnd Bergmanncifs: silence compiler warnings showing up with gcc...
2018-04-26 Alexey Dobriyanproc: fix /proc/*/map_files lookup
2018-04-26 piaojunocfs2: return error when we attempt to access a dirty...
2018-04-26 piaojunocfs2/acl: use 'ip_xattr_sem' to protect getting extend...
2018-04-26 piaojunocfs2: return -EROFS to mount.ocfs2 if inode block...
2018-04-26 Jan H. Schönherrfs/dax.c: release PMD lock even when there is no PMD...
2018-04-26 Jake Daryll Obinajffs2: Fix use-after-free bug in jffs2_iget()'s error...
2018-04-26 Sheng Yongf2fs: avoid hungtask when GC encrypted block if io_bits...
2018-04-26 Liu BoBtrfs: raid56: fix race between merge_bio and rbio_orig...
2018-04-26 Liu BoBtrfs: fix unexpected EEXIST from btrfs_get_extent
2018-04-26 Anand Jainbtrfs: fail mount when sb flag is not in BTRFS_SUPER_FL...
2018-04-26 Liu BoBtrfs: fix scrub to repair raid6 corruption
2018-04-26 Nikolay Borisovbtrfs: Fix out of bounds access in btrfs_search_slot
2018-04-26 Liu BoBtrfs: set plug for fsync
2018-04-26 Jan Chocholnfs: Do not convert nfs_idmap_cache_timeout to jiffies
2018-04-26 Geert Uytterhoevenubifs: Fix uninitialized variable in search_dh_cookie()
2018-04-26 NeilBrownNFSv4: always set NFS_LOCK_LOST when a lock is lost.
2018-04-26 David Sterbabtrfs: fix unaligned access in readdir
2018-04-26 Steve Frenchcifs: do not allow creating sockets except with SMB1...
2018-04-24 Greg Thelenwriteback: safer lock nesting
2018-04-24 Ian Kentautofs: mount point create should honour passed in...
2018-04-24 Al ViroDon't leak MNT_INTERNAL away from internal mounts
2018-04-24 Al Viroorangefs_kill_sb(): deal with allocation failures
2018-04-24 Al Virojffs2_kill_sb(): deal with failed allocations
2018-04-24 Amir Goldsteinfanotify: fix logic of events on child
2018-04-24 Jan Karaudf: Fix leak of UTF-16 surrogates into encoded strings
2018-04-24 Theodore Ts'oext4: add extra checks to ext4_xattr_block_get()
2018-04-24 Theodore Ts'oext4: add bounds checking to ext4_xattr_find_entry()
2018-04-24 Theodore Ts'oext4: move call to ext4_error() into ext4_xattr_check_b...
2018-04-24 Theodore Ts'oext4: don't allow r/w mounts if metadata blocks overlap...
2018-04-24 Theodore Ts'oext4: always initialize the crc32c checksum driver
2018-04-24 Theodore Ts'oext4: fail ext4_iget for root directory if unallocated
2018-04-24 Eric Biggersext4: limit xattr size to INT_MAX
2018-04-24 Eryu Guanext4: protect i_disksize update by i_data_sem in direct...
2018-04-24 Theodore Ts'oext4: don't update checksum of new initialized bitmaps
2018-04-24 Theodore Ts'oext4: pass -ESHUTDOWN code to jbd2 layer
2018-04-24 Theodore Ts'oext4: eliminate sleep from shutdown ioctl
2018-04-24 Theodore Ts'oext4: shutdown should not prevent get_write_access
2018-04-24 Theodore Ts'ojbd2: if the journal is aborted then don't allow update...
2018-04-24 Gustavo A. R. SilvaCIFS: fix sha512 check in cifs_crypto_secmech_release
2018-04-24 Aurelien AptelCIFS: add sha512 secmech
2018-04-24 Aurelien AptelCIFS: refactor crypto shash/sdesc allocation&free
2018-04-24 Steve Frenchsmb3: Fix root directory when server returns inode...
2018-04-24 Ronnie Sahlbergfix smb3-encryption breakage when CONFIG_DEBUG_SG=y
2018-04-24 Ronnie Sahlbergcifs: fix memory leak in SMB2_open()
2018-04-24 Andrew Mortonfs/reiserfs/journal.c: add missing resierfs_warning...
2018-04-24 Richard Weinbergerubifs: Check ubifs_wbuf_sync() return code
2018-04-19 J. Bruce Fieldsnfsd: fix incorrect umasks
2018-04-19 Mike Kravetzhugetlbfs: fix bug in pgoff overflow checking
2018-04-19 Amir Goldsteinovl: fix lookup with middle layer opaque dir and absolu...
2018-04-19 Yunlong Songf2fs: fix heap mode to reset it back
2018-04-19 Al Virogetname_kernel() needs to make sure that ->name !=...
2018-04-12 NeilBrownVFS: close race between getcwd() and d_move()
2018-04-08 Liu BoBtrfs: fix unexpected cow in run_delalloc_nocow
2018-04-08 Yan, Zhengceph: only dirty ITER_IOVEC pages for direct read
2018-03-31 Grygorii Strashkosysfs: symlink: export sysfs_create_link_nowarn()
2018-03-28 Dan Carpenterstaging: ncpfs: memory corruption in ncp_read_kernel()
2018-03-28 Mike Kravetzhugetlbfs: check for pgoff value overflow
2018-03-28 Jeff Laytonnfsd: remove blocked locks on client teardown
2018-03-24 Benjamin Coddingtonnfsd4: permit layoutget of executable-only files
2018-03-21 Nikolay Borisovbtrfs: Fix memory barriers usage with device stats...
2018-03-21 Zygo Blaxellbtrfs: remove spurious WARN_ON(ref->count < 0) in find_...
2018-03-21 Nikolay Borisovbtrfs: Fix use-after-free when cleaning up fs_devs...
2018-03-21 Hans van Kranenburgbtrfs: alloc_chunk: fix DUP stripe size handling
next