summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* bdi: avoid oops on device removalJan Kara2014-04-261-5/+18
* backing_dev: fix hung task on syncDerek Basehore2014-04-261-4/+4
* mm: close PageTail raceDavid Rientjes2014-04-031-1/+1
* ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2014-04-031-6/+9
* bio-integrity: Fix bio_integrity_verify segment start bugNicholas Bellinger2014-03-231-1/+1
* Fix mountpoint reference leakage in linkatOleg Drokin2014-03-231-0/+1
* Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana2014-03-231-0/+2
* fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev2014-03-231-0/+1
* NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust2014-03-231-2/+3
* NFS: Fix a delegation callback raceTrond Myklebust2014-03-231-4/+7
* ocfs2 syncs the wrong range...Al Viro2014-03-231-4/+4
* ocfs2: fix quota file corruptionJan Kara2014-03-232-14/+17
* quota: Fix race between dqput() and dquot_scan_active()Jan Kara2014-03-061-3/+11
* fs: fix iversion handlingChristoph Hellwig2014-03-063-7/+10
* CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky2014-03-063-10/+10
* cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton2014-03-061-3/+34
* ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o2014-03-061-0/+2
* ext4: fix online resize with a non-standard blocks per group settingTheodore Ts'o2014-03-061-1/+1
* ext4: fix online resize with very large inode tablesTheodore Ts'o2014-03-061-12/+20
* ext4: don't try to modify s_flags if the the file system is read-onlyTheodore Ts'o2014-03-061-7/+13
* ext4: fix error paths in swap_inode_boot_loader()Zheng Liu2014-03-061-1/+2
* block: Fix nr_vecs for inline integrity vectorsMartin K. Petersen2014-02-221-1/+9
* lockd: send correct lock when granting a delayed lock.NeilBrown2014-02-221-0/+8
* retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French2014-02-224-8/+43
* Add protocol specific operation for CIFS xattrsSteve French2014-02-222-4/+13
* CIFS: Fix SMB2 mounts so they don't try to set or get xattrs via cifsSteve French2014-02-222-19/+36
* fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmemEric W. Biederman2014-02-221-1/+1
* mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irqKOSAKI Motohiro2014-02-201-2/+4
* Btrfs: disable snapshot aware defrag for nowJosef Bacik2014-02-201-1/+1
* pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneBoaz Harrosh2014-02-131-4/+30
* nfs4: fix discover_server_trunking use after freeWeston Andros Adamson2014-02-131-6/+4
* NFSv4.1: Handle errors correctly in nfs41_walk_client_listTrond Myklebust2014-02-131-3/+5
* nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson2014-02-131-2/+2
* NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust2014-02-131-16/+31
* ore: Fix wrong math in allocation of per device BIOBoaz Harrosh2014-02-131-12/+25
* fs/compat: fix lookup_dcookie() parameter handlingHeiko Carstens2014-02-131-1/+1
* fs/compat: fix parameter handling for compat readv/writev syscallsHeiko Carstens2014-02-131-8/+8
* compat: fix sys_fanotify_markHeiko Carstens2014-02-131-2/+2
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-02-132-17/+23
* btrfs: restrict snapshotting to own subvolumesDavid Sterba2014-02-061-0/+6
* Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong2014-02-061-1/+1
* vfs: Is mounted should be testing mnt_ns for NULL or error.Eric W. Biederman2014-02-061-1/+1
* ext4: avoid clearing beyond i_blocks when truncating an inline data fileTheodore Ts'o2014-02-061-3/+5
* nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner2014-01-251-4/+6
* writeback: Fix data corruption on NFSJan Kara2014-01-251-6/+9
* vfs: In d_path don't call d_dname on a mount pointEric W. Biederman2014-01-251-1/+6
* GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson2014-01-251-1/+15
* ext4: fix bigalloc regressionEric Whitney2014-01-091-1/+1
* ceph: allow sync_read/write return partial successed size of read/write.majianpeng2014-01-091-1/+3
* ceph: fix bugs about handling short-read for sync read mode.majianpeng2014-01-091-23/+16