summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: should add a permission check for setfaclShi Weihua2010-07-051-0/+3
* vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi2010-07-051-1/+8
* CIFS: Allow null nd (as nfs server uses) on createSteve French2010-07-053-14/+23
* GFS2: Fix permissions checking for setflags ioctl()Steven Whitehouse2010-07-051-0/+7
* ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only filesTheodore Ts'o2010-07-051-0/+3
* ext4: check s_log_groups_per_flex in online resize codeEric Sandeen2010-07-051-1/+2
* wrong type for 'magic' argument in simple_fill_super()Roberto Sassu2010-07-051-1/+2
* exofs: confusion between kmap() and kmap_atomic() apiDan Carpenter2010-07-051-1/+1
* writeback: disable periodic old data writeback for !dirty_writeback_centisecsJens Axboe2010-07-051-2/+12
* NFSD: don't report compiled-out versions as presentPavel Emelyanov2010-07-051-1/+1
* nilfs2: fix sync silent failureRyusuke Konishi2010-05-261-0/+1
* CacheFiles: Fix error handling in cachefiles_determine_cache_security()David Howells2010-05-261-0/+4
* Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg2010-05-261-0/+5
* inotify: don't leak user struct on inotify releasePavel Emelyanov2010-05-261-0/+2
* inotify: race use after free/double free in inotify inode marksEric Paris2010-05-261-3/+6
* cifs: guard against hardlinking directoriesJeff Layton2010-05-262-2/+20
* revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-264-25/+1
* xfs: add a shrinker to background inode reclaimDave Chinner2010-05-126-9/+115
* jfs: fix diAllocExt error in resizing filesystemBill Pemberton2010-05-121-1/+5
* ext4: correctly calculate number of blocks for fiemapLeonard Michlmayr2010-05-121-2/+7
* NFS: rsize and wsize settings ignored on v4 mountsChuck Lever2010-05-121-0/+2
* nfs d_revalidate() is too trigger-happy with d_drop()Al Viro2010-05-121-0/+2
* ocfs2_dlmfs: Fix math error when reading LVB.Joel Becker2010-05-121-1/+1
* ocfs2: Compute metaecc for superblocks during online resize.Joel Becker2010-05-121-0/+2
* ocfs2: potential ERR_PTR dereference on error pathsDan Carpenter2010-05-121-0/+1
* ocfs2: Update VFS inode's id info after reflink.Tao Ma2010-05-121-0/+3
* nfsd4: bug in read_bufNeil Brown2010-05-121-4/+4
* procfs: fix tid fdinfoJerome Marchand2010-05-121-1/+1
* reiserfs: fix corruption during shrinking of xattrsJeff Mahoney2010-05-121-1/+1
* reiserfs: fix permissions on .reiserfs_privJeff Mahoney2010-05-122-15/+4
* ext4: fix async i/o writes beyond 4GB to a sparse fileEric Sandeen2010-04-263-5/+5
* xfs: check for more work before sleeping in xfssyncdDave Chinner2010-04-261-3/+3
* xfs: fix locking for inode cache radix tree tag updatesChristoph Hellwig2010-04-262-8/+15
* xfs: Non-blocking inode locking in IO completionDave Chinner2010-04-261-37/+56
* ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher2010-04-261-4/+4
* eCryptfs: Decrypt symlink target for stat sizeTyler Hicks2010-04-261-48/+52
* ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inodeJeff Mahoney2010-04-261-1/+0
* 9p: Skip check for mandatory locks when unlockingSachin Prabhu2010-04-261-1/+1
* ocfs2: Change bg_chain check for ocfs2_validate_gd_parent.Tao Ma2010-04-261-5/+8
* ocfs2: set i_mode on disk during acl operationsMark Fasheh2010-04-261-5/+72
* quota: Fix possible dq_flags corruptionAndrew Perepechko2010-04-261-6/+6
* fix NFS4 handling of mountpoint statAl Viro2010-04-261-3/+9
* NFSv4: fix delegated lockingTrond Myklebust2010-04-262-2/+5
* NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIRTrond Myklebust2010-04-261-1/+1
* CIFS: initialize nbytes at the beginning of CIFSSMBWrite()Steve French2010-04-261-1/+2
* cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman2010-04-261-0/+16
* raw: fsync method is now requiredAnton Blanchard2010-04-261-1/+2
* reiserfs: Fix locking BUG during mount failureJeff Mahoney2010-04-261-6/+4
* oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov2010-04-261-2/+3
* fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz2010-04-261-3/+3