summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: restrict access to /proc/PID/ioVasiliy Kulikov2011-08-031-2/+5
* FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loopJan Beulich2011-08-031-9/+5
* cifs: lower default and max wsize to what 2.6.39 can handleJeff Layton2011-08-031-16/+4
* cifs: fix wsize negotiation to respect max buffer size and active signing (tr...Jeff Layton2011-08-031-13/+20
* vfs: fix race in rcu lookup of pruned dentryLinus Torvalds2011-08-031-1/+6
* cifs: clean up wsize negotiation and allow for larger wsizeJeff Layton2011-08-031-20/+49
* xfs [stable only]: restart busy extent search after node removalEric Sandeen2011-08-031-0/+6
* ext4: fix oops in ext4_quota_off()Amir Goldstein2011-08-031-0/+3
* GFS2: make sure fallocate bytes is a multiple of blksizeBenjamin Marzinski2011-08-031-2/+8
* NFSv4.1: update nfs4_fattr_bitmap_maxszAndy Adamson2011-08-031-1/+1
* fs/partitions/efi.c: corrupted GUID partition tables can cause kernel oopsTimo Warns2011-08-031-0/+9
* NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2011-07-081-1/+7
* FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells2011-07-083-5/+48
* fs: fix lock initializationMiklos Szeredi2011-07-081-10/+20
* hfsplus: add missing call to bio_put()Seth Forshee2011-07-081-2/+5
* block: use the passed in @bdev when claiming if partno is zeroTejun Heo2011-07-081-1/+13
* NFSv4: Fix a readdir regressionTrond Myklebust2011-07-081-7/+7
* NFSv4.1: allow zero fh array in filelayout decode layoutAndy Adamson2011-07-081-5/+10
* NFSv4.1: allow nfs_fhget to succeed with mounted on fileidAndy Adamson2011-07-083-11/+36
* nfsd4: fix break_lease flags on nfsd openJ. Bruce Fields2011-07-081-6/+9
* nfsd: link returns nfserr_delay when breaking leaseCasey Bodley2011-07-081-1/+3
* nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields2011-07-081-13/+6
* nfsd: v4 support requires CRYPTORandy Dunlap2011-07-081-0/+1
* NFS41: do not update isize if inode needs layoutcommitPeng Tao2011-07-081-1/+2
* oprofile, dcookies: Fix possible circular locking dependencyRobert Richter2011-06-231-0/+3
* cifs: don't allow cifs_reconnect to exit with NULL socket pointerJeff Layton2011-06-231-3/+3
* exec: delay address limit change until point of no returnMathias Krause2011-06-231-4/+1
* cifs: silence printk when establishing first session on socketJeff Layton2011-06-231-1/+1
* fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi2011-06-231-1/+1
* block: blkdev_get() should access ->bd_disk only after successTejun Heo2011-06-231-2/+2
* UBIFS: fix memory leak on error pathArtem Bityutskiy2011-06-231-0/+1
* UBIFS: fix shrinker object count reportsArtem Bityutskiy2011-06-231-1/+5
* ext4: Use schedule_timeout_interruptible() for waiting in lazyinit threadLukas Czerner2011-06-032-29/+6
* ext4: fix possible use-after-free in ext4_remove_li_request()Lukas Czerner2011-06-031-4/+6
* block: don't block events on excl write for non-optical devicesTejun Heo2011-06-031-7/+10
* nfs41: Correct offset for LAYOUTCOMMITVitaliy Gusev2011-06-031-1/+1
* NFSv4.1: Fix the handling of NFS4ERR_SEQ_MISORDERED errorsTrond Myklebust2011-06-031-1/+5
* NFSv4: Handle expired stateids when the lease is still validTrond Myklebust2011-06-031-2/+7
* UBIFS: fix a rare memory leak in ro to rw remounting pathArtem Bityutskiy2011-06-032-1/+3
* eCryptfs: Allow 2 scatterlist entries for encrypted filenamesTyler Hicks2011-06-031-25/+21
* eCryptfs: Clear i_nlink in rmdirTyler Hicks2011-06-031-0/+2
* Fix for buffer overflow in ldm_frag_add not sufficientTimo Warns2011-06-031-0/+5
* When mandatory encryption on share, fail mountSteve French2011-06-031-9/+22
* ext4: release page cache in ext4_mb_load_buddy error pathYang Ruirui2011-06-031-0/+2
* jbd: fix fsync() tid wraparound bugTed Ts'o2011-06-031-3/+13
* jbd: Fix forever sleeping process in do_get_write_access()Jan Kara2011-06-031-2/+7
* ext3: Fix fs corruption when make_indexed_dir() failsJan Kara2011-06-031-2/+11
* VFS: move BUG_ON test for symlink nd->depth after current->link_count testErez Zadok2011-06-031-1/+1
* block: move bd_set_size() above rescan_partitions() in __blkdev_get()Tejun Heo2011-06-031-8/+9
* ext4: don't set PageUptodate in ext4_end_bio()Curt Wohlgemuth2011-06-031-28/+11