summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix a dead loop in f2fs_fiemap()Wei Fang2018-05-161-1/+1
* bdi: Fix oops in wb_workfn()Jan Kara2018-05-161-1/+1
* xfs: prevent creating negative-sized file via INSERT_RANGEDarrick J. Wong2018-05-091-5/+9
* ext4: fix bitmap position validationLukas Czerner2018-05-011-4/+5
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-05-012-2/+21
* ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-05-011-0/+1
* ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers2018-05-011-5/+11
* jbd2: fix use after free in kjournald2()Sahitya Tummala2018-04-291-1/+1
* cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French2018-04-291-4/+5
* writeback: safer lock nestingGreg Thelen2018-04-241-3/+4
* fanotify: fix logic of events on childAmir Goldstein2018-04-241-19/+15
* autofs: mount point create should honour passed in modeIan Kent2018-04-241-1/+1
* Don't leak MNT_INTERNAL away from internal mountsAl Viro2018-04-241-1/+2
* orangefs_kill_sb(): deal with allocation failuresAl Viro2018-04-241-0/+5
* jffs2_kill_sb(): deal with failed allocationsAl Viro2018-04-241-1/+1
* udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara2018-04-241-0/+6
* ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-04-241-0/+6
* ext4: fail ext4_iget for root directory if unallocatedTheodore Ts'o2018-04-241-0/+6
* ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan2018-04-241-3/+2
* ext4: don't update checksum of new initialized bitmapsTheodore Ts'o2018-04-242-46/+4
* jbd2: if the journal is aborted then don't allow update of the log tailTheodore Ts'o2018-04-241-1/+4
* smb3: Fix root directory when server returns inode number of zeroSteve French2018-04-242-0/+34
* fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton2018-04-241-1/+1
* ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger2018-04-241-4/+10
* getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro2018-04-201-1/+2
* ovl: filter trusted xattr for non-adminMiklos Szeredi2018-04-131-1/+11
* VFS: close race between getcwd() and d_move()NeilBrown2018-04-131-7/+16
* ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2018-04-131-1/+1
* pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()Dan Carpenter2018-04-131-0/+1
* ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov2018-04-131-9/+14
* btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King2018-04-131-1/+1
* SMB2: Fix share type handlingChristophe JAILLET2018-04-131-5/+9
* CIFS: silence lockdep splat in cifs_relock_file()Rabin Vincent2018-04-131-1/+1
* NFSv4.1: Work around a Linux server bug...Trond Myklebust2018-04-131-0/+6
* lockd: fix lockd shutdown raceJ. Bruce Fields2018-04-131-2/+4
* NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2018-04-132-4/+13
* ovl: persistent inode numbers for upper hardlinksAmir Goldstein2018-04-131-0/+3
* btrfs: Remove extra parentheses from condition in copy_items()Matthias Kaehlcke2018-04-081-1/+1
* fs: compat: Remove warning from COMPATIBLE_IOCTLMark Charlebois2018-04-081-1/+1
* ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng2018-04-081-3/+6
* staging: ncpfs: memory corruption in ncp_read_kernel()Dan Carpenter2018-03-281-0/+4
* nfsd: remove blocked locks on client teardownJeff Layton2018-03-281-19/+43
* nfsd4: permit layoutget of executable-only filesBenjamin Coddington2018-03-241-3/+3
* cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter2018-03-241-3/+3
* pNFS: Fix a deadlock when coalescing writes and returning the layoutTrond Myklebust2018-03-241-2/+0
* jbd2: Fix lockdep splat with generic/270 testJan Kara2018-03-241-1/+14
* orangefs: do not wait for timeout if umountingMartin Brandenburg2018-03-241-1/+8
* Btrfs: fix extent map leak during fallocate error pathFilipe Manana2018-03-241-1/+3
* Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana2018-03-241-2/+21
* Btrfs: fix incorrect space accounting after failure to insert inline extentFilipe Manana2018-03-241-2/+4