Commit Graph

301 Commits (437e897083d9e42195c13a96a5bc4d8871649a19)

Author SHA1 Message Date
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Al Viro 8de5277879 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} 13 years ago
Cong Wang 7c0fb22752 udf: remove the second argument of k[un]map_atomic() 13 years ago
Jan Kara f6940fe909 udf: Fix deadlock in udf_release_file() 13 years ago
Jan Kara a0391a3ae9 udf: Fix deadlock in udf_release_file() 13 years ago
Steve Nickel b2527bfa53 udf: Fix file entry logicalBlocksRecorded 13 years ago
Jan Kara fd4287dbc0 udf: Fix handling of i_blocks 13 years ago
Steve Nickel d5e2cf07c3 udf: Init/maintain file entry checkpoint field 13 years ago
Joe Perches 75b09e022f udf: Remove unnecessary OOM messages 13 years ago
Jan Kara 853a0c25ba udf: Mark LVID buffer as uptodate before marking it dirty 13 years ago
Jan Kara fef2e9f330 udf: Treat symlink component of type 2 as / 13 years ago
Jan Kara d2eb8c3593 udf: Fix deadlock when converting file from in-ICB one to normal one 13 years ago
Jan Kara 7b0b0933a3 udf: Cleanup calling convention of inode_getblk() 13 years ago
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro faa17292fd udf: propagate umode_t 13 years ago
Al Viro 1a67aafb5f switch ->mknod() to umode_t 13 years ago
Al Viro 4acdaf27eb switch ->create() to umode_t 13 years ago
Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 13 years ago
Al Viro 6b520e0565 vfs: fix the stupidity with i_dentry in inode destructors 13 years ago
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 years ago
Joe Perches b9075fa968 treewide: use __printf not __attribute__((format(printf,...))) 13 years ago
Jan Kara ed47a7d00c udf: Cleanup metadata flags handling 13 years ago
Namjae Jeon 3080a74ea3 udf: Skip mirror metadata FE loading when metadata FE is ok 13 years ago
Joe Perches a983f368f8 udf: Neaten udf_debug uses 13 years ago
Joe Perches c2bff36c29 udf: Neaten logging output, use vsprintf extension %pV 13 years ago
Joe Perches 78ace70c41 udf: Convert printks to pr_<level> 13 years ago
Joe Perches a40ecd7b3c udf: Rename udf_warning to udf_warn 14 years ago
Joe Perches 8076c363da udf: Rename udf_error to udf_err 14 years ago
Joe Perches 7e273e3b41 udf: Promote some debugging messages to udf_error 14 years ago
Namjae Jeon bc1123239a udf: Add readpages support for udf. 14 years ago
Al Viro 6f28610974 switch udf_ioctl() to inode_permission() 14 years ago
Sage Weil 7020739df2 udf: remove unnecessary dentry_unhash from rmdir, dir rename 14 years ago
Sage Weil e4eaac06bc vfs: push dentry_unhash on rename_dir into file systems 14 years ago
Sage Weil 79bf7c732b vfs: push dentry_unhash on rmdir into file systems 14 years ago
Akinobu Mita 9ad1e1e405 udf: use little-endian bitops 14 years ago
Aneesh Kumar K.V 5fe0c23788 exportfs: Return the minimum required handle size 14 years ago
Jens Axboe 7eaceaccab block: remove per-queue plugging 14 years ago
Al Viro 810c1b2e48 udf: fix i_nlink limit 14 years ago
Dirk Behme 6f644e5f97 UDF: Fix compiler warning 14 years ago
Jan Kara 7e49b6f248 udf: Convert UDF to new truncate calling sequence 14 years ago
Nick Piggin fa0d7e3de6 fs: icache RCU free inodes 14 years ago
Jesper Juhl a4264b3f40 UDF: Close small mem leak in udf_find_entry() 14 years ago
Jan Kara 4651c5900e udf: Fix directory corruption after extent merging 14 years ago
Jan Kara 8754a3f718 udf: Protect udf_file_aio_write from possible races 14 years ago
Alessio Igor Bogani 9db9f9e31d udf: Remove unnecessary bkl usages 14 years ago
Alessio Igor Bogani 7db09be629 udf: Use of s_alloc_mutex to serialize udf_relocate_blocks() execution 14 years ago
Alessio Igor Bogani 4d0fb621d3 udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info struct 14 years ago
Jan Kara d1668fe390 udf: Remove BKL from free space counting functions 14 years ago
Jan Kara 7abc2e45e4 udf: Call udf_add_free_space() for more blocks at once in udf_free_blocks() 14 years ago