aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-01-26fnctl: f_modown should call write_lock_irqsave/restoreGreg Kroah-Hartman1-2/+4
2010-01-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds3-35/+77
2010-01-25eventfd - allow atomic read and waitqueue removeDavide Libenzi1-15/+74
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+3
2010-01-21Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds4-50/+109
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds7-41/+125
2010-01-20compat_ioctl: Supress "unknown cmd" message on serial /dev/consoleAtsushi Nemoto1-0/+3
2010-01-19ecryptfs: use after freeDan Carpenter1-2/+2
2010-01-19ecryptfs: Eliminate useless codeJulia Lawall1-1/+1
2010-01-19ecryptfs: fix interpose/interpolate typos in commentsErez Zadok1-2/+2
2010-01-19ecryptfs: pass matching flags to interpose as defined and used thereErez Zadok1-1/+2
2010-01-19ecryptfs: remove unnecessary d_drop calls in ecryptfs_linkErez Zadok1-3/+0
2010-01-19ecryptfs: don't ignore return value from lock_renameErez Zadok1-1/+12
2010-01-19ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok1-7/+7
2010-01-19eCryptfs: Remove mmap from directory operationsTyler Hicks1-1/+0
2010-01-19eCryptfs: Add getattr functionTyler Hicks1-0/+16
2010-01-19eCryptfs: Use notify_change for truncating lower inodesTyler Hicks1-32/+67
2010-01-19fs/bio.c: fix shadows sparse warningThiago Farina1-1/+1
2010-01-18Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds8-130/+201
2010-01-17Btrfs: fix possible panic on unmountJosef Bacik1-13/+19
2010-01-17Btrfs: deal with NULL acl sent to btrfs_set_aclChris Mason1-5/+7
2010-01-17Btrfs: fix regression in orphan cleanupJosef Bacik1-0/+6
2010-01-17Btrfs: Fix race in btrfs_mark_extent_writtenYan, Zheng1-20/+80
2010-01-17Btrfs, fix memory leaks in error pathsJiri Slaby2-2/+6
2010-01-17Btrfs: align offsets for btrfs_ordered_update_i_sizeYan, Zheng1-0/+2
2010-01-17btrfs: fix missing last-entry in readdir(3)Jan Engelhardt1-1/+5
2010-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-77/+51
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsDavid Howells1-30/+1
2010-01-16nommu: fix race between ramfs truncation and shared mmapDavid Howells1-1/+6
2010-01-16do_add_mount() should sanitize mnt_flagsAl Viro1-0/+2
2010-01-16CIFS shouldn't make mountpoints shrinkableAl Viro1-2/+1
2010-01-16mnt_flags fixes in do_remount()Al Viro1-1/+5
2010-01-16attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared()Al Viro1-2/+2
2010-01-16may_umount() needs namespace_semAl Viro1-0/+2
2010-01-15inotify: only warn once for inotify problemsEric Paris1-1/+1
2010-01-15inotify: do not reuse watch descriptorsEric Paris1-2/+2
2010-01-15xfs: xfs_swap_extents needs to handle dynamic fork offsetsDave Chinner1-16/+90
2010-01-15xfs: fix missing error check in xfs_rtfree_rangeDave Chinner1-0/+2
2010-01-15xfs: fix stale inode flush avoidanceDave Chinner1-6/+15
2010-01-15xfs: Remove inode iolock held check during allocationDave Chinner1-1/+0
2010-01-15xfs: reclaim all inodes by background tree walksDave Chinner1-8/+6
2010-01-15xfs: Avoid inodes in reclaim when flushing from inode cacheDave Chinner1-13/+18
2010-01-15xfs: reclaim inodes under a write lockDave Chinner3-87/+71
2010-01-15ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flagAneesh Kumar K.V3-11/+8
2010-01-25ext4: Fix quota accounting error with fallocateAneesh Kumar K.V3-13/+54
2010-01-22ext4: Handle -EDQUOT error on writeAneesh Kumar K.V1-14/+18
2010-01-14Fix configfs leakAl Viro1-1/+3
2010-01-14Fix the -ESTALE handling in do_filp_open()Al Viro1-11/+9
2010-01-14ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error pathOGAWA Hirofumi1-12/+12
2010-01-14Fix ACC_MODE() for realAl Viro1-1/+1
2010-01-14hppfs: handle ->put_link()Al Viro1-6/+12
2010-01-14Kill 9p readlink()Al Viro1-40/+1
2010-01-14fix autofs/afs/etc. magic mountpoint breakageAl Viro2-1/+1
2010-01-13Merge branch 'fasync-helper'Linus Torvalds1-36/+66
2010-01-12lib: Introduce generic list_sort functionDave Chinner1-95/+1
2010-01-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-625/+666
2010-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds4-15/+52
2010-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+3
2010-01-11smaps: fix wrong rss countMinchan Kim1-2/+1
2010-01-11proc: partially revert "procfs: provide stack information for threads"KOSAKI Motohiro1-89/+0
2010-01-11quota: Fix dquot_transfer for filesystems different from ext4Jan Kara1-0/+3
2010-01-11GFS2: Use MAX_LFS_FILESIZE for meta inode sizeSteven Whitehouse1-1/+1
2010-01-10xfs: Ensure we force all busy extents in range to diskDave Chinner2-29/+27
2010-01-10xfs: Don't flush stale inodesDave Chinner1-3/+7
2010-01-10xfs: fix timestamp handling in xfs_setattrChristoph Hellwig2-55/+41
2010-01-10xfs: use DECLARE_EVENT_CLASSChristoph Hellwig1-538/+591
2010-01-08Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-9/+33
2010-01-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-4/+4
2010-01-08Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+1
2010-01-08xfs: kill some warnings on i386 buildsDave Chinner1-4/+4
2010-01-08GFS2: Fix gfs2_xattr_acl_chmod()Steven Whitehouse1-10/+11
2010-01-08GFS2: Fix locking bug in renameSteven Whitehouse1-2/+4
2010-01-08GFS2: Ensure uptodate inode size when using O_APPENDSteven Whitehouse1-2/+36
2010-01-07reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locksFrederic Weisbecker1-0/+4
2010-01-07reiserfs: Fix unreachable statementJiri Slaby1-1/+2
2010-01-07reiserfs: Don't call reiserfs_get_acl() with the reiserfs lockFrederic Weisbecker1-0/+2
2010-01-06FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackMike Frysinger1-2/+11
2010-01-06Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+1
2010-01-06nfs: fix oops in nfs_rename()OGAWA Hirofumi1-0/+1
2010-01-06nfsd: make sure data is on disk before calling ->fsyncChristoph Hellwig1-4/+1
2010-01-06Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-9/+18
2010-01-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+15
2010-01-05exofs: simple_write_end does not mark_inode_dirtyBoaz Harrosh1-1/+16
2010-01-05exofs: fix pnfs_osd re-definitions in pre-pnfs treesBoaz Harrosh1-8/+2
2010-01-05reiserfs: Relax lock on xattr removingFrederic Weisbecker1-3/+9
2010-01-05reiserfs: Relax the lock before truncating pagesFrederic Weisbecker1-1/+10
2010-01-05reiserfs: Fix recursive lock on lchownFrederic Weisbecker1-3/+5
2010-01-04sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman2-2/+27
2010-01-04Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2010-01-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds5-48/+77
2010-01-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds4-24/+30
2010-01-04binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.Daisuke HATAYAMA1-2/+2
2010-01-03reiserfs: Fix mistake in down_write() conversionFrederic Weisbecker1-1/+1
2010-01-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-15/+53
2010-01-02writeback: add missing kernel-doc notationJaswinder Singh Rajput1-0/+1
2010-01-02reiserfs: Safely acquire i_mutex from xattr_rmdirFrederic Weisbecker1-1/+2
2010-01-02reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattrFrederic Weisbecker1-2/+3
2010-01-02reiserfs: Fix journal mutex <-> inode mutex lock inversionFrederic Weisbecker1-1/+2
2010-01-02reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink()Frederic Weisbecker1-3/+4
2010-01-02reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle()Frederic Weisbecker1-2/+7
2010-01-02reiserfs: Relax reiserfs lock while freeing the journalFrederic Weisbecker1-1/+2
2010-01-02reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattrFrederic Weisbecker1-2/+7
2010-01-02reiserfs: Warn on lock relax if taken recursivelyFrederic Weisbecker1-0/+9
2010-01-02reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversionFrederic Weisbecker1-1/+1
2010-01-01ext4: Calculate metadata requirements more accuratelyTheodore Ts'o5-44/+73
2010-01-01ext4: Fix accounting of reserved metadata blocksTheodore Ts'o1-4/+4
2009-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-6/+14
2009-12-30ocfs2: Handle O_DIRECT when writing to a refcounted cluster.Tao Ma1-6/+15
2009-12-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds12-93/+186
2009-12-30generic_permission: MAY_OPEN is not write accessSerge E. Hallyn1-0/+1
2009-12-30ext4: Patch up how we claim metadata blocks for quota purposesTheodore Ts'o1-73/+84
2009-12-29ext4: Ensure zeroout blocks have no dirty metadataAneesh Kumar K.V1-0/+20
2009-12-29reiserfs: Fix remaining in-reclaim-fs <-> reclaim-fs-on locking inversionFrederic Weisbecker1-3/+12
2009-12-25ext4: return correct wbc.nr_to_write in ext4_da_writepagesRichard Kennedy1-2/+1
2009-12-25nilfs2: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-12-25nilfs2: trivial coding style fixJiro SEKIBA3-23/+29
2009-12-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-116/+168
2009-12-23ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.cTao Ma1-1/+1
2009-12-23ocfs2/trivial: Use proper mask for 2 places in hearbeat.cTao Ma1-2/+4
2009-12-23Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink.Tristan Ye2-4/+21
2009-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-3/+6
2009-12-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-39/+131
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody1-2/+4
2009-12-23vfs: get_sb_single() - do not pass options twiceKay Sievers1-1/+2
2009-12-23jbd2: don't use __GFP_NOFAIL in journal_init_common()Andrew Morton1-1/+1
2009-12-23ext4: flush delalloc blocks when space is lowEric Sandeen1-2/+9
2009-12-23fs-writeback: Add helper function to start writeback if idleEric Sandeen1-0/+17
2009-12-23ext4: Eliminate potential double free on error pathJulia Lawall1-0/+2
2009-12-23ext4: fix unsigned long long printk warning in super.cAndrew Morton1-2/+2
2009-12-23quota: Improve checking of quota file headerJan Kara1-1/+4
2009-12-23jbd: jbd-debug and jbd2-debug should be writableYin Kangkai2-2/+3
2009-12-23ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)Dmitry Monakhov1-6/+5
2009-12-23ext4: Fix potential quota deadlockDmitry Monakhov2-8/+7
2009-12-23quota: Fix 64-bit limits setting on 32-bit archsJan Kara1-2/+2
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for resizingEric Sandeen2-17/+19
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for the orphan listEric Sandeen2-9/+12
2009-12-23ext3: ext3_mark_recovery_complete() doesn't need to use lock_superEric Sandeen1-8/+0
2009-12-23ext3: Remove outdated comment about lock_super()Eric Sandeen1-8/+1
2009-12-23quota: Move duplicated code to separate functionsDmitry Monakhov1-39/+38
2009-12-23ext4: Convert to generic reserved quota's space management.Dmitry Monakhov3-10/+17
2009-12-23quota: decouple fs reserved space from quota reservationDmitry Monakhov1-94/+119
2009-12-23Add unlocked version of inode_add_bytes() functionDmitry Monakhov1-2/+8
2009-12-23ext3: quota macros cleanup [V2]Dmitry Monakhov2-8/+8
2009-12-23ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o3-10/+40
2009-12-22jfs: Fix 32bit build warningAlan Cox1-1/+1
2009-12-22Sanitize f_flags helpersAl Viro3-12/+2
2009-12-22Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)Al Viro3-9/+17
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier5-6/+14
2009-12-22fs/compat_ioctl.c: fix build error when !BLOCKArnd Bergmann1-2/+0
2009-12-22alloc_file(): simplify handling of mnt_clone_write() errorsRoland Dreier1-3/+1
2009-12-20nfsd: fix "insecure" export optionJ. Bruce Fields1-1/+1
2009-12-20nfsd: fix "insecure" export optionJ. Bruce Fields1-1/+1
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+12
2009-12-18ocfs2: Set i_nlink properly during reflink.Tao Ma1-0/+3
2009-12-18ocfs2: Add reflinked file's inode to inode hash eariler.Tao Ma1-1/+1
2009-12-17Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode?Tristan Ye1-0/+1
2009-12-17ocfs2: Use FIEMAP_EXTENT_SHAREDSunil Mushran1-0/+2
2009-12-17ocfs2: replace u8 by __u8 in ocfs2_fs.hColy Li1-1/+1
2009-12-17ocfs2: explicit declare uninitialized var in user_cluster_connect()Coly Li1-1/+1
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds20-914/+1171
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu6-52/+60
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov1-0/+2
2009-12-17nommu: ramfs: remove unused local varMike Frysinger1-1/+1
2009-12-17reiserfs: truncate blocks not used by a writeJan Kara1-4/+14
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds8-11/+0
2009-12-17Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mas...Chris Mason1-4/+9
2009-12-17Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"Linus Torvalds2-1/+10
2009-12-17Btrfs: make sure fallocate properly starts a transactionChris Mason1-4/+9
2009-12-17Merge branch btrfs-master into for-linusChris Mason20-916/+1168
2009-12-17Btrfs: make metadata chunks smallerJosef Bacik2-11/+2
2009-12-17Btrfs: Show discard option in /proc/mountsMatthew Wilcox1-0/+2
2009-12-17Btrfs: deny sys_link across subvolumes.TARUISI Hiroaki1-0/+4
2009-12-17Btrfs: fail mount on bad mount optionsSage Weil1-1/+8
2009-12-17Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng1-1/+9
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng5-27/+47
2009-12-17Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng1-7/+3
2009-12-17Btrfs: Add delayed iputYan, Zheng9-18/+90
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng6-63/+96
2009-12-17Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng2-137/+212
2009-12-17Btrfs: Make fallocate(2) more ENOSPC friendlyYan, Zheng1-33/+32
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng2-16/+17
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng5-36/+55
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng4-56/+127
2009-12-17kill I_LOCKChristoph Hellwig7-22/+22
2009-12-17fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig1-36/+23
2009-12-17VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_...Erez Zadok1-3/+51
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok4-19/+8
2009-12-17vfs: remove extraneous NULL d_inode check from do_filp_openJeff Layton1-1/+1
2009-12-17fs: no games with DCACHE_UNHASHEDNick Piggin2-31/+0
2009-12-17fs: anon_inodes implement dnameNick Piggin1-0/+10
2009-12-17sched: Assert task state bits at build timePeter Zijlstra1-8/+10
2009-12-17sched: Update task_state_arraypwith new statesPeter Zijlstra1-2/+5
2009-12-17ocfs2-devel: remove redundant OCFS2_MOUNT_POSIX_ACL check in ocfs2_get_acl_no...Jeff Liu1-4/+0
2009-12-17dio: fix use-after-freeAl Viro1-1/+1
2009-12-16reiserfs: Fix reiserfs lock <-> inode mutex dependency inversionFrederic Weisbecker1-1/+2
2009-12-16Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds6-21/+24
2009-12-16re-export alloc_file()Roland Dreier1-0/+1
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-42/+3
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds55-1165/+889